translation-quick-start-guide Makefile,1.5,1.6

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 17 23:27:47 UTC 2006


Author: pfrields

Update of /cvs/docs/translation-quick-start-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26619

Modified Files:
	Makefile 
Log Message:
Hopefully this seals the deal for NWO


Index: Makefile
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	2 Feb 2006 12:12:24 -0000	1.5
+++ Makefile	17 Feb 2006 23:27:40 -0000	1.6
@@ -1,21 +1,38 @@
-###############################################################################
-# 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
-# License: GPL
-# Copyright 2003 Tammy Fox, Red Hat, Inc.
-# Copyright 2005 Tommy Reynolds, MegaCoder.com
-###############################################################################
+########################################################################
+#                                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.
+########################################################################
 
-LANGUAGES       	= en it pt_BR
-DOCBASE        		= translation-quick-start
-XMLEXTRAFILES-en	=
+########################################################################
+# Fedora Documentation Project Per-document Makefile
+# License: GPL
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+########################################################################
+#
+# Document-specific definitions.
+#
+DOCBASE        	= translation-quick-start
+PRI_LANG      	= en
+OTHERS		= it pt_BR
+########################################################################
+# 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
+#
+########################################################################
 include ../docs-common/Makefile.common
-######################################################
-
+########################################################################
 # If you want to add additional steps to any of the 
 # targets defined in "Makefile.common", be sure to use
 # a double-colon in your rule here.  For example, to 




More information about the Fedora-docs-commits mailing list