software-management-guide/devel Makefile,NONE,1.1

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Fri Mar 7 05:47:14 UTC 2008


Author: kwade

Update of /cvs/docs/software-management-guide/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4454/devel

Added Files:
	Makefile 
Log Message:
Forgot to move the Makefile where it does some good.


--- 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        	= software-management-guide
PRI_LANG      	= en_US
OTHERS		= #pa pt pt_BR zh_CN
DOC_ENTITIES	= doc-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}/${DOCBASE}.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