docs-common Makefile.common,1.3,1.4

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


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Added html-nochunks target


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.common	29 Jun 2005 02:16:46 -0000	1.3
+++ Makefile.common	29 Jun 2005 14:16:11 -0000	1.4
@@ -6,6 +6,7 @@
 # all			-- Default target, builds HTML document only
 # ${DOCNAME}/index.html	-- Builds HTML version of document
 # html			-- See "${DOCNAME}/index.html"
+# html-nochunks		-- See "${DOCNAME}.html"; single HTML file
 # ${DOCNAME}.tar.gz	-- Packages HTML document into a tar archive
 # tarball		-- See "${DOCNAME}.tar.gz"
 # clean			-- Deletes all generated files and directories
@@ -44,8 +45,11 @@
 	cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
 	cp ../docs-common/css/fedora.css $(DOCNAME)
 
+html-nochunks $(DOCNAME).html:: ${XMLFILE} ${XMLEXTRAFILES}
+	xmlto html-nochunks -x $(XSLHTMLNOCHUNKS) $(XMLFILE)
+
 # The "clean" or "distclean" target will remove all generated and temporary
 # files.
 
 distclean clean: 
-	${RM} -r ${DOCNAME}.pdf $(DOCNAME) ${DOCNAME}.tar.gz
+	${RM} -r ${DOCNAME}.pdf $(DOCNAME) ${DOCNAME}.tar.gz ${DOCNAME}.html




More information about the Fedora-docs-commits mailing list