[docs] xmldocs - docelic modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Tue Sep 21 15:35:31 EDT 2004


User:      docelic
Date:      2004-09-21 19:35:31 GMT
Modified:  .        Makefile
Log:
Make aliases for the old guys :)
 - 'make cache' == 'make tmp/stattrees'
 - 'make refxmls' == 'make tmp/refs-autogen'

Revision  Changes    Path
1.18      +3 -1      xmldocs/Makefile


rev 1.18, prev_rev 1.17
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile	21 Sep 2004 16:35:48 -0000	1.17
+++ Makefile	21 Sep 2004 19:35:30 -0000	1.18
@@ -21,7 +21,7 @@
 
 ############## No need to modify below ##############
 
-.PHONY: all guides refs howtos %.man
+.PHONY: all guides refs howtos %.man cache refxmls
 
 all: tmp/refs-autogen tmp/olinkdbs guides refs howtos
 	echo all done
@@ -115,6 +115,7 @@
 	./bin/mkreport $(IC_VERSIONS)
 	touch tmp/mkreport
 
+refxmls: tmp/refs-autogen
 tmp/refs-autogen: $(LTMPDIR) bin/refs-autogen
 	./bin/refs-autogen $(IC_VERSIONS)
 	touch tmp/refs-autogen
@@ -150,6 +151,7 @@
 
 
 # STATTREE
+cache: tmp/stattrees
 tmp/stattrees:
 	-for p in $(IC_VERSIONS); do \
 	./bin/stattree sources/$$p; \








More information about the docs mailing list