mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Remove obsolete "make docs" target
pgloader.1.md doesn't exist anymore
This commit is contained in:
parent
d0fbd2bf5c
commit
8e3ebd5f1e
3
Makefile
3
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 $@
|
||||
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@ -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
1
debian/rules
vendored
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user