summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b42f43..a4902e0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ documentation:
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
cp ./docs/$(NAME).pod README.pod
./bin/fapi -h -n > ./docs/synopsis.txt
- ./bin/fapi -h -n -E >> ./docs/extended-synopsis.txt
+ ./bin/fapi -h -n -E > ./docs/extended-synopsis.txt
# Build a debian package
deb: all
dpkg-buildpackage # -us -uc