docs-common Makefile.common,1.117,1.118

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Jun 26 23:45:43 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7962

Modified Files:
	Makefile.common 
Log Message:
Whoops, it would be better if we make the validation work too. :-)



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- Makefile.common	26 Jun 2006 23:39:33 -0000	1.117
+++ Makefile.common	26 Jun 2006 23:45:40 -0000	1.118
@@ -859,7 +859,7 @@
 define	FDP_ENTITIES_template
 ${1}/$${FDP_ENTITIES}:: ${FDPDIR}/docs-common/common/entities/entities-${1}.xml
 	mkdir -p ${1}
-	xsltproc --stringparam FDPCOMMONDIR "NONE" \
+	xsltproc --stringparam FDPCOMMONDIR "${FDPDIR}/docs-common/common" \
 		$${FDPDIR}/docs-common/common/entities/entities.xsl \
 		$${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
 		>$$@.tmp && move-if-change $$@.tmp $$@




More information about the docs-commits mailing list