From 89806cf16cb17765f1e63ac132c13eed4c3a42ac Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 1 Mar 2012 11:48:09 -0500 Subject: Fix up documentation generation rules --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit