summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-05 17:13:24 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-05 17:13:24 +0100
commitae8e42aa1a5e6d8ed347f4bde12c8c6a8cdc8c81 (patch)
tree360506316866ae7c25a7da4a5ff2179556145d2d /Makefile
parentf3fbf54cd828eaa23ac15a40cca4e19a38ac5a7f (diff)
downloadgenbackupdata-ae8e42aa1a5e6d8ed347f4bde12c8c6a8cdc8c81.tar.gz
Generate manpage with cliapp's --generate-manpage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 684a6b5..9cb035b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
-all:
+all: genbackupdata.1
+
+genbackupdata.1: genbackupdata.1.in genbackupdata
+ ./genbackupdata --generate-manpage=genbackupdata.1.in > genbackupdata.1
check:
python -m CoverageTestRunner --ignore-missing-from without-tests