[docs] xmldocs - docelic modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Fri Jan 21 18:32:59 EST 2005


User:      docelic
Date:      2005-01-21 23:32:59 GMT
Modified:  .        Makefile
Log:
Oh in just an easy-going routine I figured which dependencies were missing
all this time in the Makefile, and caused plain 'make' to fail.

Revision  Changes    Path
1.53      +8 -2      xmldocs/Makefile


rev 1.53, prev_rev 1.52
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- Makefile	3 Jan 2005 20:43:54 -0000	1.52
+++ Makefile	21 Jan 2005 23:32:58 -0000	1.53
@@ -203,13 +203,19 @@
 
 #############################################################
 # One-shot targets
-glossary/glossary.xml: $(shell find glossary/ -regex '.+[^(\.xml)]$$') bin/generic-autogen
+glossary/glossary.xml docbook/autoglossary.ent: $(shell find glossary/ -regex '.+[^(\.xml)]$$') bin/generic-autogen
 	bin/generic-autogen glossary
 	make tmp/glossary-nc.db tmp/glossary-c.db
-howtos/howtos.xml: $(shell find howtos/ -regex '.+[^(\.xml)]$$') bin/generic-autogen
+howtos/howtos.xml docbook/autohowtos.ent: $(shell find howtos/ -regex '.+[^(\.xml)]$$') bin/generic-autogen
 	bin/generic-autogen howtos
 	make tmp/howtos-nc.db tmp/howtos-c.db
+docbook/autorefs.ent: refxmls
 
+
+# Helper target, only used by docelic
+colt-preview:
+	tar jcf OUTPUT.tar.bz2 OUTPUT
+	scp OUTPUT.tar.bz2 colt.projectgamma.com:web/ic/xmldocs/
 
 ## Man pages
 #$(OUTPUT)/%.man: %.xml








More information about the docs mailing list