[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

docs-common Makefile.common,1.67,1.68



Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22659

Modified Files:
	Makefile.common 
Log Message:
Every .PO file is precious and make(1) should not delete it unless 
explicitly directed to do so.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- Makefile.common	22 Feb 2006 11:00:42 -0000	1.67
+++ Makefile.common	22 Feb 2006 11:30:39 -0000	1.68
@@ -443,6 +443,9 @@
 
 #########################################################################
 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						\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]