[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
hardening Makefile,NONE,1.1
- From: "Charles Heselton" (cheselto) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: hardening Makefile,NONE,1.1
- Date: Mon, 16 May 2005 22:02:15 -0400
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 redhat com>
# Last edited by: Tammy Fox <tfox 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)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]