From 1407ef3a55c5f50d7e610f80579d249999959fac Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 24 Mar 2007 21:29:54 +0000 Subject: Remove old cruft since all XML files in a document directory share the same PO now. --- Makefile.common | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index edf8ff3..cbe741b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -347,22 +347,6 @@ help:: # 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 >$$@ -- cgit