summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-22 11:30:39 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-22 11:30:39 +0000
commitcd5fd195421d105aefe867ab7e4b90b7ae94bab2 (patch)
tree08be5d7a0925299b4098d6ee77580d59c2e9ca44 /Makefile.common
parentbbf626f1f7a3a479704cb9af567582f88a7e849e (diff)
downloadfedora-doc-utils-cd5fd195421d105aefe867ab7e4b90b7ae94bab2.tar.gz
fedora-doc-utils-cd5fd195421d105aefe867ab7e4b90b7ae94bab2.tar.xz
fedora-doc-utils-cd5fd195421d105aefe867ab7e4b90b7ae94bab2.zip
Every .PO file is precious and make(1) should not delete it unless
explicitly directed to do so.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index b857da7..8e1d617 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -443,6 +443,9 @@ distclean::
#########################################################################
define PO_template
+
+.PRECIOUS: po/${1}.po
+
po/${1}.po:: ${XMLFILES-${PRI_LANG}} po/${DOCBASE}.pot
[ -d po ] || (echo ADD po/ TO CVS >&2; exit 1)
if [ ! -f $$@ ]; then \