stateless-linux Makefile,1.2,1.3

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Nov 15 23:20:31 UTC 2005


Author: pfrields

Update of /cvs/docs/stateless-linux
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28853

Modified Files:
	Makefile 
Log Message:
Fix stateless-linux howto Makefile to new standards


Index: Makefile
===================================================================
RCS file: /cvs/docs/stateless-linux/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	28 Jun 2005 22:33:46 -0000	1.2
+++ Makefile	15 Nov 2005 23:20:24 -0000	1.3
@@ -1,31 +1,26 @@
 ###############################################################################
 # Makefile for RHLP docs project
 # Created by: Tammy Fox <tfox at redhat.com>
-# Last edited by: Tammy Fox <tfox at redhat.com>
+# Last edited by: Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>
 # WARNING: need passivetex 1.24 for pdf generation to work
 # License: GPL
 # Copyright 2003 Tammy Fox, Red Hat, Inc.
+# Copyright 2005 Tommy Reynolds, MegaCoder.com
 ###############################################################################
 
-XSLPDF         = ../docs-common/xsl/main-pdf.xsl
-XSLHTML        = ../docs-common/xsl/main-html.xsl
-LANG	       = en
-DOCNAME        = stateless-linux-HOWTO-$(LANG)
-XMLFILE        = $(DOCNAME).xml
+LANGUAGES      		= en
+DOCBASE			= stateless-linux-HOWTO
+XMLEXTRAFILES-en	=
 
 ######################################################
 include ../docs-common/Makefile.common
 ######################################################
-html: 
-	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
-	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
-	@cp ../docs-common/css/fedora.css $(DOCNAME)
 
-
-pdf:
-	@xmlto pdf -x $(XSLPDF) $(XMLFILE)
-######################################################
-
-clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz
+# If you want to add additional steps to any of the 
+# targets defined in "Makefile.common", be sure to use
+# a double-colon in your rule here.  For example, to 
+# print the message "FINISHED AT LAST" after building 
+# the HTML document version, uncomment the following 
+# line:
+#${DOCNAME}/index.html::
+#	echo FINISHED AT LAST




More information about the Fedora-docs-commits mailing list