desktop-user-guide/F-8 Makefile,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Nov 17 14:10:38 UTC 2007


Author: pfrields

Update of /cvs/docs/desktop-user-guide/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11654

Added Files:
	Makefile 
Log Message:
Add F-8 branch to Desktop User Guide module


--- NEW FILE Makefile ---
#######################################################################
# Makefile for Fedora Documentation Project
# License: GPL
# Copyright 2003-2006 Tammy Fox, Red Hat, Inc., Tommy Reynolds, 
# Paul W. Frields
#######################################################################

PRI_LANG	       	= en_US
OTHERS			= pt sr #zh_CN
DOCBASE 	       	= desktop-user-guide
FDPDIR			= ${PWD}/../..
DOC_ENTITIES		= doc-entities

define	XMLFILES_template
XMLFILES-${1}=		${1}/Communications.xml			\
                        ${1}/Customizing.xml			\
                        ${1}/Games.xml				\
                        ${1}/Introduction.xml			\
                        ${1}/Login.xml				\
                        ${1}/Media.xml				\
                        ${1}/Multimedia.xml			\
                        ${1}/Office.xml				\
                        ${1}/Photos.xml				\
                        ${1}/SharingDesktop.xml			\
                        ${1}/Tour.xml				\
                        ${1}/Web.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