From 56ec0398d58b192c6870a636e91ecede7ce5943c Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 29 Apr 2014 08:11:47 +0200 Subject: rename ./-n to ./-d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcf76dd..dee5df6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ documentation: --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt cp ./docs/$(NAME).pod README.pod - ./bin/fapi -h -n > ./docs/synopsis.txt + ./bin/fapi -h -d > ./docs/synopsis.txt # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all dpkg-buildpackage -- cgit v1.2.3 From 142276a72e3587762b971fa4f42831f3ab107e18 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 16 May 2014 19:26:30 +0200 Subject: fix makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bc6d71..104db0c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ documentation: ./bin/fapi -h -n > ./docs/synopsis.txt # Build a debian package deb: all - dpkg-buildpackage -us -uc + dpkg-buildpackage # -us -uc dch: dch -i release: dch deb -- cgit v1.2.3