[interchange-docs] xmldocs - docelic modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Mon Aug 20 14:50:33 EDT 2007


User:      docelic
Date:      2007-08-20 18:50:33 GMT
Modified:  .        Makefile
Log:
Add two makefile targets, one builds all docs in multi-html mode,
and the other in onehtml mode. (Previously, there was only one
target which built both at once).

Revision  Changes    Path
1.92      +6 -0      xmldocs/Makefile


rev 1.92, prev_rev 1.91
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- Makefile	18 Aug 2007 23:18:57 -0000	1.91
+++ Makefile	20 Aug 2007 18:50:32 -0000	1.92
@@ -53,6 +53,12 @@
      olinkdbs-nc olinkdbs-c                                        \
 		 glossary symbols guides howtos
 
+chunked:  skel cache refxmls olinkdbs-nc olinkdbs-c                \
+          $(foreach doc,$(ALL_DOCS),OUTPUT/$(doc))
+
+nonchunked:  skel cache refxmls olinkdbs-nc olinkdbs-c             \
+          $(foreach doc,$(ALL_DOCS),OUTPUT/$(doc).html )
+
 guides:   $(foreach doc,$(GUIDES),OUTPUT/$(doc).html  )            \
           $(foreach doc,$(GUIDES),OUTPUT/$(doc))
 








More information about the docs mailing list