docs-common Makefile.common,1.153,1.154

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Mar 24 21:29:56 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Remove old cruft since all XML files in a document directory share the
same PO now.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- Makefile.common	24 Mar 2007 21:24:20 -0000	1.153
+++ Makefile.common	24 Mar 2007 21:29:54 -0000	1.154
@@ -347,22 +347,6 @@
 # Rules to generate the "${LANG}/${DOC_ENTITIES}.ent" file, if used
 define DOC_ENTITIES_template
 
-#po/${DOC_ENTITIES}.pot:: ${1}/${FDP_ENTITIES} ${PRI_LANG}/${DOC_ENTITIES}.xml
-#	${XML2PO} -o $$@ ${XML2POFLAGS} ${PRI_LANG}/${DOC_ENTITIES}.xml
-#clean::
-#	${RM} po/${DOC_ENTITIES}.pot
-#
-#help::
-#	@printf ${TFMT} 'po/${DOC_ENTITIES}.pot' 'Create .POT file for per-doc entities'
-
-#po/${1}.po:: ${1}/${FDP_ENTITIES} po/${DOC_ENTITIES}.pot
-#	if [ ! -f $$@ ]; then						\
-#		mkdir -p ${1};						\
-#		cp -f po/${DOC_ENTITIES}.pot $$@;			\
-#	fi
-#	${MSGMERGE} -U -q $$@ po/${DOC_ENTITIES}.pot
-#	touch $$@
-
 ${1}/${DOC_ENTITIES}.xml:: ${1}/${FDP_ENTITIES} po/${1}.po ${PRI_LANG}/${DOC_ENTITIES}.xml
 	${XML2PO} ${XML2POFLAGS} -p po/${1}.po 				\
 		${PRI_LANG}/${DOC_ENTITIES}.xml >$$@




More information about the Fedora-docs-commits mailing list