Author: sopwith
Update of /cvs/docs/release-notes/FC4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28290
Modified Files: Makefile Log Message: tweak
Index: Makefile =================================================================== RCS file: /cvs/docs/release-notes/FC4/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile 30 May 2005 19:36:16 -0000 1.7 +++ Makefile 30 May 2005 19:57:36 -0000 1.8 @@ -1,5 +1,5 @@ LANG = en -DOCS_SETUP_PATH=../.. +DOCS_SETUP_PATH= ../.. XSLPDF = $(DOCS_SETUP_PATH)/xsl/main-pdf.xsl XSLHTML = $(DOCS_SETUP_PATH)/xsl/main-html-nochunks.xsl
@@ -15,7 +15,7 @@ xmlto pdf -x ${XSLPDF} $<
%.html: %.xml - ${RM} -r $@ ${@:.html=} + ${RM} -r ${@:.html=} xmlto html -x ${XSLHTML} -o ${@:.html=} $< mkdir -p ${@:.html=}/stylesheet-images mkdir -p ${@:.html=}/figs
docs-commits@lists.fedoraproject.org