summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-24 21:29:54 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-24 21:29:54 +0000
commit1407ef3a55c5f50d7e610f80579d249999959fac (patch)
tree3502762e82f67ff31434ee1a4333cc4525e7bc5b /Makefile.common
parent356525a8b638e58842d25cb2ff05d4ee2c33385c (diff)
downloadfedora-doc-utils-1407ef3a55c5f50d7e610f80579d249999959fac.tar.gz
fedora-doc-utils-1407ef3a55c5f50d7e610f80579d249999959fac.tar.xz
fedora-doc-utils-1407ef3a55c5f50d7e610f80579d249999959fac.zip
Remove old cruft since all XML files in a document directory share the
same PO now.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common16
1 files changed, 0 insertions, 16 deletions
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 >$$@