summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 19:40:16 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 19:40:16 +0000
commit5d827ffc7c1a7de2ec660ee6b2b6d886da73f57b (patch)
tree0c254bd4e507b466bb78d947f6ed1940f67281eb
parent797fb17e11f1545251cab1c8ee1c8f750701b0de (diff)
downloadfedora-doc-utils-5d827ffc7c1a7de2ec660ee6b2b6d886da73f57b.tar.gz
fedora-doc-utils-5d827ffc7c1a7de2ec660ee6b2b6d886da73f57b.tar.xz
fedora-doc-utils-5d827ffc7c1a7de2ec660ee6b2b6d886da73f57b.zip
Fixed template typo that wrote new .ENT files into a file called '@'.
You should now delete the '@' file in your copy of this directory.
-rw-r--r--common/entities/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index bcff8f2..bd53c0d 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -175,7 +175,7 @@ help::
#######################################################################
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})))