summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-03-01 22:33:46 +0000
committerPaul W. Frields <stickster@gmail.com>2006-03-01 22:33:46 +0000
commit995446ddf25b4bfca72e40cfbe9d9416a0f8aa86 (patch)
tree76457ae934c6483b5501df7cff4a2f95563f3c83
parent0c0efa73ca625b9829e2f8f6a71166a4a23a33d6 (diff)
downloadfedora-doc-utils-995446ddf25b4bfca72e40cfbe9d9416a0f8aa86.tar.gz
fedora-doc-utils-995446ddf25b4bfca72e40cfbe9d9416a0f8aa86.tar.xz
fedora-doc-utils-995446ddf25b4bfca72e40cfbe9d9416a0f8aa86.zip
Reverting, this is just not good.
-rw-r--r--Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index a446267..12a59fc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -766,11 +766,8 @@ define LOCALE_template
.PHONY: set-locale-${1}
set-locale-${1}::
- ${XSLTPROC} --stringparam FDPCOMMONDIR ${FDPDIR}/docs-common/common \
- ${FDPDIR}/docs-common/common/entities/entities.xsl \
- $(shell test -f ${1}/entities.xml && echo "${1}/entities.xml")\
- ${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
- > ${LOCALE_ENTITIES}
+ ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \
+ ${LOCALE_ENTITIES}
clean::
${RM} ${LOCALE_ENTITIES}