example-tutorial Makefile,1.31,1.32

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Wed Mar 1 23:40:08 UTC 2006


Author: jtr

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

Modified Files:
	Makefile 
Log Message:
Added example usage of per-document translatable entities.



Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Makefile	17 Feb 2006 23:20:30 -0000	1.31
+++ Makefile	1 Mar 2006 23:40:00 -0000	1.32
@@ -18,6 +18,11 @@
 DOCBASE        	= example-tutorial
 PRI_LANG      	= en
 OTHERS		= de
+# If ${DOC_ENTITIES} is defined, ${PRI_LANG}/${DOC_ENTITIES}.xml
+# must contain a complete XML file conforming to the DTD located 
+# in the "docs-common/common/entities/entities.dtd" file.  Do NOT
+# reference this file in the XMLFILES_template below.
+DOC_ENTITIES	= entities
 ########################################################################
 # List each XML file of your document in the template below.  Append the 
 # path to each file to the "XMLFILES-${1}" string.  Use a backslash if you
@@ -41,3 +46,4 @@
 # line:
 #${DOCNAME}/index.html::
 #	echo FINISHED AT LAST
+########################################################################




More information about the docs-commits mailing list