Remove obsolete "make docs" target

pgloader.1.md doesn't exist anymore
This commit is contained in:
Christoph Berg 2018-02-13 21:02:59 +01:00
parent d0fbd2bf5c
commit 8e3ebd5f1e
3 changed files with 0 additions and 5 deletions

View File

@ -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 $@

1
debian/control vendored
View File

@ -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

1
debian/rules vendored
View File

@ -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 \