docs-common Makefile.common,1.86,1.87

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Mar 2 21:57:18 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Removed bogus targets that appeared before the "all::" rule, which
absolutely, positively, must be first.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- Makefile.common	2 Mar 2006 18:55:43 -0000	1.86
+++ Makefile.common	2 Mar 2006 21:57:11 -0000	1.87
@@ -153,15 +153,6 @@
 #########################################################################
 
 #########################################################################
-# Expand the template the XMLFILES_template to produce XMLFILES-${LANG}
-# macros that enumerate all of the input files for the document.
-
-define	XMLFILENAME_template
-showvars::
-	@echo "XMLFILES-${1}=$${XMLFILES-${1}}"
-endef
-
-$(foreach L,${LANGUAGES},$(eval $(call XMLFILES_template,${L})))
 # Append per-document entities file if any
 ifneq	"${DOC_ENTITIES}" ""
 $(foreach L, ${LANGUAGES}, $(eval XMLFILES-${L}+=${L}/${DOC_ENTITIES}.xml))




More information about the docs-commits mailing list