release-notes Makefile,1.24,1.25

Yuan Yijun (bbbush) fedora-docs-commits at redhat.com
Wed Feb 22 06:10:06 UTC 2006


Author: bbbush

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

Modified Files:
	Makefile 
Log Message:
XMLEXTRAFILES => XMLFILES to make pot


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Makefile	21 Feb 2006 21:15:38 -0000	1.24
+++ Makefile	22 Feb 2006 06:09:48 -0000	1.25
@@ -8,7 +8,7 @@
 #
 DOCBASE        	= RELEASE-NOTES
 PRI_LANG	= en
-OTHERS		= #it pa ru zh_CN
+OTHERS		= zh_CN #it pa ru
 
 ########################################################################
 # List each XML file of your document in the template below.  Append the 
@@ -18,9 +18,9 @@
 # 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
+define XMLFILES_template
 
-XMLEXTRAFILES-$(1)=	$(1)/ArchSpecific.xml				\
+XMLFILES-$(1)=	$(1)/ArchSpecific.xml				\
 			$(1)/ArchSpecificPPC.xml 			\
 			$(1)/ArchSpecificx86_64.xml 		\
 			$(1)/ArchSpecificx86.xml			\
@@ -30,6 +30,7 @@
 			$(1)/Desktop.xml 				\
 			$(1)/DevelTools.xml 			\
 			$(1)/DevelToolsGCC.xml 			\
+			$(1)/Extras.xml 			\
 			$(1)/Entertainment.xml 			\
 			$(1)/Feedback.xml 				\
 			$(1)/FileServers.xml	 		\
@@ -47,6 +48,7 @@
 			$(1)/PackageNotesJava.xml			\
 			$(1)/Printing.xml				\
 			$(1)/ProjectOverview.xml			\
+			$(1)/RELEASE-NOTES.xml			\
 			$(1)/Samba.xml				\
 			$(1)/Security.xml				\
 			$(1)/SecuritySELinux.xml			\




More information about the Fedora-docs-commits mailing list