release-notes/FC4 Makefile,1.4,1.5

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Mon May 30 19:19:42 UTC 2005


Author: kwade

Update of /cvs/docs/release-notes/FC4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27881

Modified Files:
	Makefile 
Log Message:
Makefile is now using a no chunking XSL for HTML, some weirdness I won't debug with my limited make-fu, hoping Tommy can clean up later.  Also reference https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=113744


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/FC4/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	30 May 2005 16:25:57 -0000	1.4
+++ Makefile	30 May 2005 19:19:40 -0000	1.5
@@ -1,6 +1,6 @@
 LANG	       = en
 XSLPDF         = ../../xsl/main-pdf.xsl
-XSLHTML        = ../../xsl/main-html.xsl
+XSLHTML        = ../../xsl/main-html-nochunks.xsl
 
 .SUFFIXES:
 .SUFFIXES: .html .pdf .xml
@@ -16,7 +16,8 @@
 	cp ../../stylesheet-images/*.png ${@:.html=}/stylesheet-images
 	cp ./figs/*.png ${@:.html=}/figs
 	cp ../../css/fedora.css ${@:.html=}
-	ln -s ${@:.html=}/index.html $@
+	mv ${@:.html=}/RELEASE-NOTES-en.proc ${@:.html=}/$@ 
+#	ln -s ${@:.html=}/index.html $@
 
 %.txt: %.txt
 	xmlto txt $<




More information about the Fedora-docs-commits mailing list