hardening Makefile,NONE,1.1

Charles Heselton (cheselto) fedora-docs-commits at redhat.com
Tue May 17 02:02:15 UTC 2005


Author: cheselto

Update of /cvs/docs/hardening
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24936

Added Files:
	Makefile 
Log Message:
Added Makefile.  Cleanup of local filesystem.



--- NEW FILE Makefile ---
###############################################################################
# Makefile for RHLP docs project
# Created by: Tammy Fox <tfox at redhat.com>
# Last edited by: Tammy Fox <tfox at redhat.com>
# WARNING: need passivetex 1.24 for pdf generation to work
# License: GPL
# Copyright 2003 Tammy Fox, Red Hat, Inc.
###############################################################################

XSLPDF         = ../xsl/main-pdf.xsl
XSLHTML        = ../xsl/main-html.xsl
LANG	       = en
#DOCNAME        = fedora-hardening-guide-$(LANG)
DOCNAME        = fedora-hardening-guide-$(LANG)
XMLFILE        = $(DOCNAME).xml

######################################################
html: 
	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
	@mkdir -p $(DOCNAME)/stylesheet-images
	@cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images
	@cp ../css/fedora.css $(DOCNAME)

pdf-%:
	@xmlto pdf -x $(XSLPDF) $(XMLFILE)
######################################################

clean: 
	@rm -rfv *.html *.pdf *.tex $(DOCNAME)




More information about the Fedora-docs-commits mailing list