docs-common Makefile.common,1.112,1.113

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu May 18 22:59:13 UTC 2006


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Don't bother to generate an intermediate *.xml.in symbolic link.
Don't bother to clean up what we haven't created ;-)



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- Makefile.common	27 Apr 2006 20:20:27 -0000	1.112
+++ Makefile.common	18 May 2006 22:59:11 -0000	1.113
@@ -324,14 +324,9 @@
 $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po 		\
 		${DOC_ENTITIES_ENT-${1}}
 	mkdir -p ${1}
-	ln -s -f ../${2} $$@.in
-	cd po && ${XML2PO} ${XML2POFLAGS} -p ${1}.po ../$$@.in >../$$@
-	${RM} $$@.in
+	cd po && ${XML2PO} ${XML2POFLAGS} -p ${1}.po ../${2} >../$$@
 endef
 
-clean::
-	for L in ${OTHERS}; do ${RM} $${L}/*.xml.in; done
-
 $(foreach L,${OTHERS},							\
 	$(foreach F,${XMLFILES-${PRI_LANG}},				\
 		$(eval $(call XML_template,${L},${F}))))




More information about the Fedora-docs-commits mailing list