[interchange-docs] xmldocs - docelic modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Wed Nov 21 18:53:20 EST 2007


User:      docelic
Date:      2007-11-21 23:53:19 GMT
Modified:  .        Makefile
Log:
* Enable Makefile's SILENT mode like it was before last commit

Revision  Changes    Path
1.95      +16 -14    xmldocs/Makefile


rev 1.95, prev_rev 1.94
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- Makefile	14 Nov 2007 22:42:39 -0000	1.94
+++ Makefile	21 Nov 2007 23:53:19 -0000	1.95
@@ -19,7 +19,10 @@
 ALL_DOCS    = $(GLOSSARY) $(HOWTOS) $(GUIDES) $(SYMBOL_TYPES)
 SHELL       = /bin/sh
 OUTPUT     ?= -std
+TARGET     ?= $(XMLDOCS_CUR_DEVEL)
 PROFILE    ?= --stringparam profile.condition standard
+PROFILE    += --stringparam profile.revision r$(TARGET)
+TARGET_RELEASE = --last $(TARGET)
 export O    = OUTPUT$(OUTPUT)
 export T    = tmp
 export XCF  = docbook/catalog.xml
@@ -46,7 +49,6 @@
 .PHONY: refxmls
 .PHONY: $O
 
-
 #############################################################
 # Complete build
 all: skel cache refxmls                                            \
@@ -162,19 +164,19 @@
 	  --stringparam current.docid $*                                   \
 	  --stringparam target.database.document ../docbook/olinkdb-c.xml \
 	  -o $@/ docbook/html-chunks.xsl $T/$*-c.profiled
-#OUTPUT/%.man: %.xml docbook/autorefs.ent docbook/autoglossary.ent docbook/autohowtos.ent docbook/autofiles.ent
-#	echo "C     $@/"
-#	mkdir -p "$@"
-#	$(PSR) $(PSR_FLAGS)                                                \
-#	  $(PROFILE)                                                       \
-#	  --stringparam current.docid $*                                   \
-#	  --stringparam target.database.document ../docbook/olinkdb-nc.xml \
-#	  -o $T/$*-c.profiled docbook/profile.xsl $<
-#	$(PSR) $(PSR_FLAGS)                                                \
-#	  $(PROFILE)                                                       \
-#	  --stringparam current.docid $*                                   \
-#	  --stringparam target.database.document ../docbook/olinkdb-nc.xml \
-#	  -o $@/ docbook/reference.xsl $T/$*-c.profiled
+OUTPUT/%.man: %.xml docbook/autorefs.ent docbook/autoglossary.ent docbook/autohowtos.ent docbook/autofiles.ent
+	echo "C     $@/"
+	mkdir -p "$@"
+	$(PSR) $(PSR_FLAGS)                                                \
+	  $(PROFILE)                                                       \
+	  --stringparam current.docid $*                                   \
+	  --stringparam target.database.document ../docbook/olinkdb-nc.xml \
+	  -o $T/$*-c.profiled docbook/profile.xsl $<
+	$(PSR) $(PSR_FLAGS)                                                \
+	  $(PROFILE)                                                       \
+	  --stringparam current.docid $*                                   \
+	  --stringparam target.database.document ../docbook/olinkdb-nc.xml \
+	  -o $@/ docbook/reference.xsl $T/$*-c.profiled
 #OUTPUT/%.pdf: tmp/%.latex
 #	echo "C     $@"
 #	pdflatex $<








More information about the docs mailing list