Update of /cvsroot/refdb/refdb/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17884/doc
Modified Files:
Tag: Release_0_9_5_stable
Makefile
Log Message:
create status table dynamically
Index: Makefile
===================================================================
RCS file: /cvsroot/refdb/refdb/doc/Makefile,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -U2 -r1.3 -r1.3.2.1
--- Makefile 22 Jan 2004 01:05:54 -0000 1.3
+++ Makefile 19 Apr 2005 19:32:54 -0000 1.3.2.1
@@ -1,4 +1,5 @@
all:
- echo "nothing to do yet"
+ ../scripts/statgen.pl docbook > refdb-manual-statustable.sgml
+
clean:
echo "nothing to do yet"
|