summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 >$$@