docs-common Makefile.common,1.5,1.6

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Jun 29 14:41:40 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Get the images and CSS, remember to clean it up too


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.common	29 Jun 2005 14:31:26 -0000	1.5
+++ Makefile.common	29 Jun 2005 14:41:37 -0000	1.6
@@ -49,9 +49,14 @@
 
 html-nochunks $(DOCNAME).html:: ${XMLFILE} ${XMLEXTRAFILES}
 	xmlto html-nochunks -x $(XSLHTMLNOCHUNKS) $(XMLFILE)
+	mkdir -p stylesheet-images
+	cp ../docs-common/stylesheet-images/*.png stylesheet-images
+	cp ../docs-common/css/fedora.css .
 
 # The "clean" or "distclean" target will remove all generated and temporary
 # files.
 
 distclean clean: 
-	${RM} -r ${DOCNAME}.pdf $(DOCNAME) ${DOCNAME}.tar.gz ${DOCNAME}.html
+	${RM} -r ${DOCNAME}.pdf $(DOCNAME) \
+	      ${DOCNAME}.tar.gz \
+	      ${DOCNAME}.html stylesheet-images fedora.css




More information about the Fedora-docs-commits mailing list