docs-common Makefile.common,1.150,1.151

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Mar 24 20:17:27 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Make sure that the entities.dtd is used regardless of whether the
actual path to the DTD in a document's per-doc entities file is really
correct.  The upshot is, you can use whatever path works for you at
the time you're writing the doc-entities.xml file, and not be worried
about where docs-common appears.  It is going to become increasingly
important to debug these kind of problems with the new individual
checkout capabilities.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- Makefile.common	24 Mar 2007 20:08:18 -0000	1.150
+++ Makefile.common	24 Mar 2007 20:17:25 -0000	1.151
@@ -154,7 +154,7 @@
 	${XML2PO} ${XML2POFLAGS} $< >$@
 
 %.ent:	%.xml
-	${XSLTPROC} -o $@.tmp \
+	${XSLTPROC} --path "${FDPCOMMONDIR}/common/entities" -o $@.tmp \
 		--stringparam FDPCOMMONDIR "${FDPCOMMONDIR}/common" \
 		${FDPCOMMONDIR}/common/entities/entities.xsl $< && \
 		move-if-change $@.tmp $@




More information about the Fedora-docs-commits mailing list