From 8e3ebd5f1ea45776867245a30936798add6051b5 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 13 Feb 2018 21:02:59 +0100 Subject: [PATCH] Remove obsolete "make docs" target pgloader.1.md doesn't exist anymore --- Makefile | 3 --- debian/control | 1 - debian/rules | 1 - 3 files changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 6dfb7bf..9f9917b 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,6 @@ all: $(PGLOADER) clean: rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) -docs: - ronn -roff pgloader.1.md - $(QLDIR)/local-projects/qmynd: git clone --depth 1 https://github.com/qitab/qmynd.git $@ diff --git a/debian/control b/debian/control index d6903f3..c2064dc 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,6 @@ Build-Depends: cl-yason, debhelper (>= 9.0.0), gawk, - ruby-ronn, sbcl (>= 1.1.13), tzdata, Standards-Version: 4.1.1 diff --git a/debian/rules b/debian/rules index af65ba7..f798dc3 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ orig: clean cd .. && tar czf pgloader_$(PKGVERS).orig.tar.gz $(EXCLUDE) pgloader override_dh_auto_build: - make docs mkdir -p build/bin mkdir -p $(HOME) buildapp --require sb-posix \