docs-common Makefile.common,1.114,1.115

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Jun 16 20:58:05 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Allow a document to build even if it doesn't have  any
${DOC_ENTITIES} file to call its own.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- Makefile.common	11 Jun 2006 23:33:47 -0000	1.114
+++ Makefile.common	16 Jun 2006 20:58:03 -0000	1.115
@@ -879,12 +879,12 @@
 define	LOCALE_template
 .PHONY:	set-locale-${1}
 
-set-locale-${1}:: ${1}/${FDP_ENTITIES} ${PRI_LANG}/${DOC_ENTITIES}.ent
+set-locale-${1}:: ${1}/${FDP_ENTITIES} ${DOC_ENTITIES_ENT-${PRI_LANG}}
 
 clean::
 	${RM} ${1}/${FDP_ENTITIES}
-ifneq	"${DOC_ENTITIES}" ""
-	${RM} ${1}/${DOC_ENTITIES}.ent
+ifneq	"${DOC_ENTITIES_ENT-${1}}" ""
+	${RM} ${1}/${DOC_ENTITIES_ENT-${1}}
 endif
 
 help::




More information about the docs-commits mailing list