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

Noriko Mizumoto (noriko) fedora-docs-commits at redhat.com
Thu Aug 23 04:19:58 UTC 2007


Author: noriko

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

Modified Files:
	Makefile 
Log Message:
split main file into multiple files


Index: Makefile
===================================================================
RCS file: /cvs/docs/translation-quick-start-guide/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile	27 Apr 2007 21:47:06 -0000	1.26
+++ Makefile	23 Aug 2007 04:19:55 -0000	1.27
@@ -19,7 +19,11 @@
 # a generated file and we already know about that one...
 
 define	XMLFILES_template
-XMLFILES-${1}=${1}/${DOCBASE}.xml
+XMLFILES-${1}	=${1}/Introduction.xml			\
+              	 ${1}/Accounts_And_Subscriptions.xml	\
+	      	 ${1}/Translating_Software.xml		\
+	      	 ${1}/Translating_Documentation.xml	\
+		 ${1}/${DOCBASE}.xml
 endef
 #
 ########################################################################




More information about the Fedora-docs-commits mailing list