summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 52b7011e2fafe7c827c0d669ba383edff1dfc092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#######################################################################
# 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			= zh_CN
DOCBASE 	       	= documentation-guide

define	XMLFILES_template
XMLFILES-${1}=		${1}/acknowledgments.xml			\
			${1}/docs-emacs-nxml.xml			\
			${1}/docs-emacs.xml				\
			${1}/docs-getting-files.xml			\
			${1}/docs-intro.xml				\
			${1}/docs-rh-guidelines.xml			\
			${1}/docs-style.xml				\
			${1}/docs-tutorial.xml				\
			${1}/docs-vim.xml				\
			${1}/docs-xml-tags.xml				\
			${1}/documentation-guide.xml
endef


######################################################
include ../docs-common/Makefile.common
######################################################