Bug 174469

Summary: Typo in Makefile.common does not allow for local overload of XSLHTMLNOCHUNKS
Product: [Fedora] Fedora Documentation Reporter: James Laska <jlaska>
Component: docs-requestsAssignee: Karsten Wade <kwade>
Status: CLOSED CURRENTRELEASE QA Contact: Tommy Reynolds <tommy.reynolds>
Severity: medium Docs Contact:
Priority: medium    
Version: develCC: jturner, stickster, tommy.reynolds
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: CVS Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-29 15:52:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Laska 2005-11-29 12:34:44 UTC
The following patch fixes a typo which will allow for local xsl customization
using the html-nochunk path (XSLHTMLNOCHUNKS=some-format.xsl make).

$ cvs diff -u Makefile.common
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile.common
--- Makefile.common     15 Nov 2005 23:10:46 -0000      1.13
+++ Makefile.common     29 Nov 2005 12:35:11 -0000
@@ -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
 #########################################################################

Comment 1 Tommy Reynolds 2005-11-29 15:52:25 UTC
Fixed in CVS.

Comment 2 eric 2009-07-07 04:09:25 UTC
Ticket moved to allow products to be removed from BZ.