install-guide/FC-5 Makefile,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 19 23:41:04 UTC 2006


Author: pfrields

Update of /cvs/docs/install-guide/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19939/FC-5

Added Files:
	Makefile 
Log Message:
Make intuitive branches like release-notes. Ease of use and follows Core and Extras conventions.


--- NEW FILE Makefile ---
########################################################################
#                                NOTICE
#-----------------------------------------------------------------------
# There is actually no "de" translation.  All the '*de*" files are just
# fodder to check the internationalization (i18n) workings for the FTP.
# No discourtesy to any German speaker is intended.  -- Tommy Reynolds
# Actual translations welcome.
########################################################################

########################################################################
# Fedora Documentation Project Per-document Makefile
# License: GPL
# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
########################################################################
#
# Document-specific definitions.
#
DOCBASE        	= fedora-install-guide
PRI_LANG      	= en_US
OTHERS		= zh_CN pt es
# 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)/${DOCBASE}-abouttoinstall.xml \
			$(1)/${DOCBASE}-acknowledgements.xml \
			$(1)/${DOCBASE}-adminoptions.xml \
			$(1)/${DOCBASE}-beginninginstallation.xml \
			$(1)/${DOCBASE}-bootloader.xml \
			$(1)/${DOCBASE}-diskpartitioning.xml \
			$(1)/${DOCBASE}-firstboot.xml \
			$(1)/${DOCBASE}-installingpackages.xml \
			$(1)/${DOCBASE}-intro.xml \
			$(1)/${DOCBASE}-locale.xml \
			$(1)/${DOCBASE}-networkconfig.xml \
			$(1)/${DOCBASE}-nextsteps.xml \
			$(1)/${DOCBASE}-other-instmethods.xml \
			$(1)/${DOCBASE}-packageselection.xml \
			$(1)/${DOCBASE}-rootpassword.xml \
			$(1)/${DOCBASE}-techref.xml \
			$(1)/${DOCBASE}-timezone.xml \
			$(1)/${DOCBASE}-upgrading.xml
endef
#
########################################################################
include ../docs-common/Makefile.common
########################################################################




More information about the docs-commits mailing list