summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2012-03-01 11:48:09 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2012-03-01 11:48:09 -0500
commit89806cf16cb17765f1e63ac132c13eed4c3a42ac (patch)
tree430804f7000e01dcf978f01afccc84b465a44df3
parent8c0d2f64a733c61b7ba0c736686b6a9354a5b9df (diff)
Fix up documentation generation rules
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45576f6..842eb31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+all: git-bz.html git-bz.1
+
%.xml: %.txt
asciidoc -f asciidoc.conf -d manpage -b docbook $<
@@ -12,3 +14,5 @@ upload-html: git-bz.html
if [ $$? = 0 ] ; then : ; else echo "upload location not configured" ; exit 1 ; fi ; \
scp $< $$DEST
+clean:
+ rm -f git-bz.xml git-bz.html git-bz.1