docs-common/common/entities Makefile,1.12,1.13

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Mar 3 19:40:23 UTC 2006


Author: jtr

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

Modified Files:
	Makefile 
Log Message:
Fixed template typo that wrote new .ENT files into a file called '@'.
You should now delete the '@' file in your copy of this directory.



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	3 Mar 2006 00:13:18 -0000	1.12
+++ Makefile	3 Mar 2006 19:40:16 -0000	1.13
@@ -175,7 +175,7 @@
 #######################################################################
 define	ENT_template
 entities-${1}.ent::	entities-${1}.xml entities.pot
-	xsltproc -o @$@ --stringparam FDPCOMMONDIR "${FDPCOMMONDIR}" \
+	xsltproc -o $$@ --stringparam FDPCOMMONDIR "${FDPCOMMONDIR}" \
 		entities.xsl entities-${1}.xml
 endef
 $(foreach L,${PRI_LANG} ${OTHERS},$(eval $(call ENT_template,${L})))




More information about the docs-commits mailing list