summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-07-03 20:43:00 +0000
committerPaul W. Frields <stickster@gmail.com>2006-07-03 20:43:00 +0000
commit72e61d6d68f4b0250ac6cc4aef4972e86c5706a5 (patch)
tree3fd2e24108047632d80f2350e2d7483447979457 /Makefile.common
parent372449bee0254845881ad146fc311b72df67c2b9 (diff)
downloadfedora-doc-utils-72e61d6d68f4b0250ac6cc4aef4972e86c5706a5.tar.gz
fedora-doc-utils-72e61d6d68f4b0250ac6cc4aef4972e86c5706a5.tar.xz
fedora-doc-utils-72e61d6d68f4b0250ac6cc4aef4972e86c5706a5.zip
Make sure the local document entities are built, since they our xml2po stuff parses them to make the POT. Otherwise you get a big mess in the PO/POT files.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 85ba976..bda8a5b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -269,6 +269,7 @@ endif
#########################################################################
po/${DOCBASE}.pot:: ${DOC_ENTITIES_XML-${PRI_LANG}} \
+ ${DOC_ENTITIES_ENT-${PRI_LANG}} \
${PRI_LANG}/${FDP_ENTITIES} ${XMLFILES-${PRI_LANG}}
[ -d po/CVS ] || (echo ADD po/ TO CVS >&2; exit 1)
${XML2PO} ${XML2POFLAGS} -o $@ ${XMLFILES-${PRI_LANG}} ${DOC_ENTITIES_XML-${PRI_LANG}}