release-notes Makefile,1.22,1.23

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Tue Feb 21 16:21:55 UTC 2006


Author: kwade

Update of /cvs/docs/release-notes
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8482

Modified Files:
	Makefile 
Log Message:
Updating to match canonical Makefile frome example-tutorial, leaving in release-notes specific hack.


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile	17 Feb 2006 00:46:55 -0000	1.22
+++ Makefile	21 Feb 2006 16:21:47 -0000	1.23
@@ -1,19 +1,22 @@
-###############################################################################
-# Makefile for RHLP docs project
-# Created by: Tammy Fox <tfox at redhat.com>
-# Last edited by: Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>
-# WARNING: need passivetex 1.24 for pdf generation to work
+########################################################################
+# Fedora Documentation Project Per-document Makefile
 # License: GPL
-# Copyright 2003 Tammy Fox, Red Hat, Inc.
-# Copyright 2005 Tommy Reynolds, MegaCoder.com
-###############################################################################
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+########################################################################
 #
 # Document-specific definitions.
 #
-LANGUAGES      	= en # it ja_JP zh_CN ru ja_JP
-                     # uncomment languages when you have all the same
-                     # files localized as are listed in XMLEXTRAFILES
 DOCBASE        	= RELEASE-NOTES
+PRI_LANG	= en
+OTHERS		= #it pa ru zh_CN
+
+########################################################################
+# 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 XMLEXTRAFILES_template
 
@@ -55,8 +58,6 @@
 
 endef
 
-$(foreach LANG,${LANGUAGES},$(eval $(call XMLEXTRAFILES_template,${LANG})))
-
 #
 ########################################################################
 include ../docs-common/Makefile.common




More information about the Fedora-docs-commits mailing list