[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

translation-quick-start-guide Makefile,1.27,1.28



Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
- Use po/LINGUAS for locale list
- Remove $OTHERS from Makefile
- Fix possibly troublesome indentation



Index: Makefile
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	23 Aug 2007 04:19:55 -0000	1.27
+++ Makefile	4 Sep 2007 23:46:50 -0000	1.28
@@ -8,7 +8,6 @@
 #
 DOCBASE        	= translation-quick-start
 PRI_LANG      	= en_US
-OTHERS		= el es fr it ja nl pa pl pt pt_BR ru sr sv zh_CN
 DOC_ENTITIES	= doc-entities
 ########################################################################
 # List each XML file of your document in the template below.  Append the 
@@ -20,7 +19,7 @@
 
 define	XMLFILES_template
 XMLFILES-${1}	=${1}/Introduction.xml			\
-              	 ${1}/Accounts_And_Subscriptions.xml	\
+		 ${1}/Accounts_And_Subscriptions.xml	\
 	      	 ${1}/Translating_Software.xml		\
 	      	 ${1}/Translating_Documentation.xml	\
 		 ${1}/${DOCBASE}.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]