example-tutorial Makefile,1.19,1.20

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Dec 1 21:10:48 UTC 2005


Author: jtr

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24116/example-tutorial

Modified Files:
	Makefile 
Log Message:
Added ${HTMLCSS} and ${HTMLCSSEXTRA} macros to "docs-common/Makefile.common"
to allow dynamic specification of which CSS stylesheet to attach to the
gnerated HTML rendering.



Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile	27 Nov 2005 17:57:23 -0000	1.19
+++ Makefile	1 Dec 2005 21:10:41 -0000	1.20
@@ -18,7 +18,7 @@
 DOCBASE        	= example-tutorial
 #
 DOCTITLE-en	= Example Tutorial
-XMLEXTRAFILES-en=
+XMLEXTRAFILES-en=article-info-en.xml
 #
 DOCTITLE-de	= Beispiel Tutorial
 XMLEXTRAFILES-de= 
@@ -38,13 +38,11 @@
 
 ######################################################
 #
-# Note xmlformat eliminates need to munge pretty XSL
-#
-#article-info-en.xml:: rpm-info.xml
-#	xsltproc --stringparam doctype articleinfo ../docs-common/packaging/bookinfo.xsl rpm-info.xml | ../docs-common/bin/xmlformat -f ../docs-common/bin/xmlformat-fdp.conf > $@
-#
-#clean::
-#	${RM} bookinfo.xml
+article-info-en.xml:: rpm-info.xml
+	xsltproc --stringparam doctype articleinfo ../docs-common/packaging/bookinfo.xsl rpm-info.xml | ../docs-common/bin/xmlformat -f ../docs-common/bin/xmlformat-fdp.conf > $@
+
+clean::
+	${RM} bookinfo.xml
 ######################################################
 
 ######################################################




More information about the Fedora-docs-commits mailing list