[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
release-notes Makefile,1.24,1.25
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: release-notes Makefile,1.24,1.25
- Date: Wed, 22 Feb 2006 01:10:06 -0500
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 \
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]