docs-common Makefile.common,1.100,1.101

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Mar 7 02:20:22 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Each Makefile command is run using a different shell, so no need
to clean up after oneself.

Thanks for helping out with this.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- Makefile.common	6 Mar 2006 14:55:48 -0000	1.100
+++ Makefile.common	7 Mar 2006 02:20:13 -0000	1.101
@@ -329,9 +329,7 @@
 	mkdir -p ${1}
 	ln -s -f ../${2} $$@.in
 	# ${XML2PO} -e -p po/${1}.po -l ${1} $$@.in >$$@
-	# This gives the WRONG language "po/${1}" in the 
-	# translation, but I'll have to fix it later.  Sorry
-	cd po && ${XML2PO} -e -p ${1}.po ../$$@.in >../$$@ && cd ..
+	cd po && ${XML2PO} -e -p ${1}.po ../$$@.in >../$$@
 clean::
 	${RM} $$@.in
  endef




More information about the docs-commits mailing list