[Pkg-bazaar-commits] ./bzr/unstable r324: - update doc build commands

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:51 UTC 2009


------------------------------------------------------------
revno: 324
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-02 17:29:28 +1000
message:
  - update doc build commands
modified:
  doc/Makefile
-------------- next part --------------
=== modified file 'doc/Makefile'
--- a/doc/Makefile	2005-04-26 05:51:17 +0000
+++ b/doc/Makefile	2005-05-02 07:29:28 +0000
@@ -1,7 +1,14 @@
+all: $(addsuffix .html,$(basename $(wildcard *.txt))) todo.html
+
+clean:
+	-rm *.html
+
 %.html: %.txt
 	rest2html $^ > $@.tmp && mv $@.tmp $@
 
-all: $(addsuffix .html,$(basename $(wildcard *.txt)))
+todo.html: ../TODO
+	rest2html $^ > $@.tmp && mv $@.tmp $@
+
 
 
 upload: all



More information about the Pkg-bazaar-commits mailing list