From daff5cf6e974fa6fa003e7b592475250c83bfc2e Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 27 Jun 2004 12:04:28 +0000 Subject: Initial revision --- 2005/d/dev/todo/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2005/d/dev/todo/Makefile (limited to '2005/d/dev/todo/Makefile') diff --git a/2005/d/dev/todo/Makefile b/2005/d/dev/todo/Makefile new file mode 100644 index 0000000..91d0481 --- /dev/null +++ b/2005/d/dev/todo/Makefile @@ -0,0 +1,18 @@ + +all: TODO.xml TODO.html + +doc: all + +.DELETE_ON_ERROR: + +%.html: %.xml tasklist.xsl tasklist.dtd + xsltproc tasklist.xsl $< > $@ + +%.xml: % tasklist.pl + ./tasklist.pl < $< > $@ + +%.valid: %.xml tasklist.dtd + rxp -V $< > $@ 2>&1 + +clean: + rm -f TODO.xml TODO.html TODO.valid *.bak *~ -- cgit v1.2.3