selinux-faq Makefile,1.3,1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Nov 16 01:59:12 UTC 2005


Author: pfrields

Update of /cvs/docs/selinux-faq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32705

Modified Files:
	Makefile 
Log Message:
Fix Makefile to current standards


Index: Makefile
===================================================================
RCS file: /cvs/docs/selinux-faq/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	29 Jun 2005 14:51:37 -0000	1.3
+++ Makefile	16 Nov 2005 01:59:05 -0000	1.4
@@ -1,19 +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
 ###############################################################################
-# test commit
-XSLPDF         = ../docs-common/xsl/main-pdf.xsl
-XSLHTML        = ../docs-common/xsl/main-html.xsl
-XSLHTMLNOCHUNKS= ../docs-common/xsl/main-html-nochunks.xsl
-LANG	       = en
-DOCNAME        = selinux-faq-$(LANG)
-XMLFILE        = $(DOCNAME).xml
+
+LANGUAGES      		= en
+DOCBASE			= selinux-faq
+XMLEXTRAFILES-en	=
 
 ######################################################
 include ../docs-common/Makefile.common
 ######################################################
+
+# 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 docs-commits mailing list