install-guide/F-8 Makefile,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Nov 13 13:56:08 UTC 2007


Author: pfrields

Update of /cvs/docs/install-guide/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1350/F-8

Added Files:
	Makefile 
Log Message:
Create F-8 branch dir; all new work for F-8 goes into devel branch, while this branch will be used for F-8 IG upkeep


--- NEW FILE Makefile ---
########################################################################
# Fedora Documentation Project Per-document Makefile
# License: GPL
# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
########################################################################
#
# Document-specific definitions.
#
DOCBASE        	= install-guide
PRI_LANG      	= en_US

# If ${DOC_ENTITIES} is defined, ${PRI_LANG}/${DOC_ENTITIES}.xml
# must contain a complete XML file conforming to the DTD located 
# in the "docs-common/common/entities/entities.dtd" file.  Do NOT
# reference this file in the XMLFILES_template below.
DOC_ENTITIES	= entities
########################################################################
# List each XML file of your document in the template below.  Append the 
# path to each file to the "XMLFILES-$(1)" string.  Use a backslash if you
# need additional lines.  Here, we have one extra file "en/para.xml"; that
# gets written as "$(1)/para.xml" because later, make(1) will need to compute
# the necesssary filenames.  Oh, do NOT include "fdp-info.xml" because that's
# a generated file and we already know about that one...

define	XMLFILES_template

XMLFILES-$(1)=	$(1)/entities.xml \
		$(1)/${DOCBASE}.xml \
		$(1)/abouttoinstall.xml \
		$(1)/acknowledgements.xml \
		$(1)/adminoptions.xml \
		$(1)/before-begin.xml \
		$(1)/beginninginstallation.xml \
		$(1)/bootloader.xml \
		$(1)/diskpartitioning.xml \
		$(1)/expert-quickstart.xml \
		$(1)/firstboot.xml \
		$(1)/installingpackages.xml \
		$(1)/intro.xml \
		$(1)/locale.xml \
		$(1)/medialess.xml \
		$(1)/networkconfig.xml \
		$(1)/new-users.xml \
		$(1)/nextsteps.xml \
		$(1)/other-instmethods.xml \
		$(1)/packageselection.xml \
		$(1)/preparing-media.xml \
		$(1)/pxe-server.xml \
		$(1)/rootpassword.xml \
		$(1)/techref.xml \
		$(1)/timezone.xml \
		$(1)/upgrading.xml \
		$(1)/welcome.xml
endef
#
########################################################################
define find-makefile-common 
for d in docs-common ../docs-common ../../docs-common; do \
if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
endef 
include $(shell $(find-makefile-common))
########################################################################




More information about the Fedora-docs-commits mailing list