docs-common Makefile.common,1.25,1.26

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jan 7 03:33:27 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Allow shorthand, I think this is OK


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile.common	30 Dec 2005 00:33:20 -0000	1.25
+++ Makefile.common	7 Jan 2006 03:33:20 -0000	1.26
@@ -82,7 +82,7 @@
 # but we do avoid copying EPS files since they are nonsense to the HTML world.
 #
 define	HTML_template
-${DOCBASE}-$(1)/index.html:: ${DOCBASE}-$(1).xml $$(XMLEXTRAFILES-$(1))
+html-$(1) ${DOCBASE}-$(1)/index.html:: ${DOCBASE}-$(1).xml $$(XMLEXTRAFILES-$(1))
 	LANG=$(1).UTF-8 ${XMLTO} html -x $(XSLHTML) -o $(DOCBASE)-$(1) $(DOCBASE)-$(1).xml
 	mkdir -p $(DOCBASE)-$(1)/stylesheet-images/
 	cp ${FDPDIR}/docs-common/stylesheet-images/*.png $(DOCBASE)-$(1)/stylesheet-images




More information about the Fedora-docs-commits mailing list