docs-common Makefile.common,1.159,1.160

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Apr 5 11:32:39 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Move this errant declaration so that ${LANG}/rpm-info.xml is
properly considered as part of the XMLFILES for a lang.  This will
ensure POT is properly generated when only the rpm-info.xml file is
changed.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- Makefile.common	1 Apr 2007 21:03:41 -0000	1.159
+++ Makefile.common	5 Apr 2007 11:32:37 -0000	1.160
@@ -205,6 +205,8 @@
 # Explode the template from the doc-specific Makefile to get the
 # XML files the author knows about.
 $(foreach L,${LANGUAGES},$(eval $(call XMLFILES_template,${L})))
+# Make sure rpm-info is part of the document PO template
+$(foreach L,${LANGUAGES},$(eval XMLFILES-${L}+=${L}/${RPMINFO}))
 # Append per-document dependencies
 $(foreach L, ${LANGUAGES}, $(eval XMLDEPFILES-${L}+=${DOC_ENTITIES_ENT-${L}}))
 $(foreach L, ${LANGUAGES}, $(eval XMLDEPFILES-${L}+=${L}/fdp-info.xml))
@@ -824,8 +826,6 @@
 
 # ${PRI_LANG}/${RPMINFO} must exist, only generate for OTHERS
 $(foreach L,${OTHERS},$(eval $(call rpm-info_template,${L})))
-# Make sure rpm-info is part of the document PO template
-$(foreach L,${LANGUAGES},$(eval XMLFILES-${L}+=${L}/${RPMINFO}))
 #
 #########################################################################
 




More information about the Fedora-docs-commits mailing list