summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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