docs-common Makefile.common,1.57,1.58

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Feb 16 23:00:35 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Make sure HTML nochunks files do not overwrite each other


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- Makefile.common	16 Feb 2006 22:59:53 -0000	1.57
+++ Makefile.common	16 Feb 2006 23:00:28 -0000	1.58
@@ -219,6 +219,7 @@
 
 html-nochunks-$(1) ${DOCBASE}-$(1).html:: ${XMLFILES-${1}} $(1)/fdp-info.xml
 	${XMLTO} html-nochunks -x $(XSLHTMLNOCHUNKS) $(1)/$(DOCBASE).xml
+	mv $(DOCBASE).html $(DOCBASE)-$(1).html
 	mkdir -p stylesheet-images/
 	cp ${FDPDIR}/docs-common/stylesheet-images/*.png stylesheet-images/
 	cp ${HTMLCSS} fedora.css




More information about the Fedora-docs-commits mailing list