docs-common Makefile.common,1.92,1.93

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


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Place the per-document entities file in the ${LANG}/ directory, where
it belonged all along.  Using relative paths from within the local
entities should work the same as relative paths elsewhere.  With
using the symbolic link "../doc-entities.ent" previously, relative
paths within the per-document entities had to be relative to the
parent directory unlike all other relative paths in the document.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- Makefile.common	3 Mar 2006 20:49:35 -0000	1.92
+++ Makefile.common	3 Mar 2006 23:20:32 -0000	1.93
@@ -781,14 +781,11 @@
 set-locale-${1}::
 	${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \
 		${FDP_ENTITIES}
-ifneq	"${DOC_ENTITIES}" ""
-	${LN} -f -s ${1}/${DOC_ENTITIES}.ent .
-endif
 
 clean::
 	${RM} ${FDP_ENTITIES}
 ifneq	"${DOC_ENTITIES}" ""
-	${RM} ${DOC_ENTITIES}.ent
+	${RM} ${1}/${DOC_ENTITIES}.ent
 endif
 
 help::




More information about the docs-commits mailing list