docs-common Makefile.common,1.81,1.82

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Mar 1 22:33:54 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Reverting, this is just not good.


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Makefile.common	1 Mar 2006 21:30:24 -0000	1.81
+++ Makefile.common	1 Mar 2006 22:33:46 -0000	1.82
@@ -766,11 +766,8 @@
 .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}




More information about the Fedora-docs-commits mailing list