respin-guide/devel Makefile,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Nov 8 20:04:36 UTC 2007


Author: pfrields

Update of /cvs/docs/respin-guide/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16859

Modified Files:
	Makefile 
Log Message:
The $DOC_ENTITIES variable (and a per-document entities file to which
it points) is only needed when you're going to use entities that are
very specific to your document.  The common entities found in
docs-common/common/entities are automatically linked and used by our
build tools, so you can simply reference them in your document's DTD
without regard to whether they're actually *in* the CVS repo.  (Which,
by the way, they should not be.)



Index: Makefile
===================================================================
RCS file: /cvs/docs/respin-guide/devel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	8 Nov 2007 19:56:14 -0000	1.1
+++ Makefile	8 Nov 2007 20:04:34 -0000	1.2
@@ -1,6 +1,5 @@
 DOCBASE         = respin-guide
 PRI_LANG        = en_US
-DOC_ENTITIES    = entities-en_US
 
 define XMLFILES_template
 XMLFILES-${1}   = ${1}/respin-guide.xml
@@ -10,4 +9,4 @@
 for d in docs-common ../docs-common ../../docs-common; do 
 if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
 endef
-include $(shell $(find-makefile-common))
\ No newline at end of file
+include $(shell $(find-makefile-common))




More information about the Fedora-docs-commits mailing list