docs-common Makefile.common,1.13,1.14

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Nov 29 15:52:57 UTC 2005


Author: jtr

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

Modified Files:
	Makefile.common 
Log Message:
Corrected bug #174469 - Typo prevents over-ride of the ${XSLHTMLNOCHUNKS}
value.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile.common	15 Nov 2005 23:10:46 -0000	1.13
+++ Makefile.common	29 Nov 2005 15:52:49 -0000	1.14
@@ -40,7 +40,7 @@
 ifeq	(${XSLHTML},)
 XSLHTML        	= ${FDPDIR}/docs-common/xsl/main-html.xsl
 endif
-ifeq	(${XSHTMLNOCHUNKS},)
+ifeq	(${XSLHTMLNOCHUNKS},)
 XSLHTMLNOCHUNKS	= ${FDPDIR}/docs-common/xsl/main-html-nochunks.xsl
 endif
 #########################################################################




More information about the Fedora-docs-commits mailing list