Makefile.old

Paul W. Frields pfrields at fedoraproject.org
Fri Oct 17 20:53:12 UTC 2008


 Makefile.old |   86 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 56 insertions(+), 30 deletions(-)

New commits:
commit bd92ddefc74497e3a1f7b198b80bde684b8d833e
Author: Paul W. Frields <stickster at gmail.com>
Date:   Fri Oct 17 16:53:04 2008 -0400

    Fix file listing for legacy tools... just in case.

diff --git a/Makefile.old b/Makefile.old
index f26ef5d..b780ccd 100644
--- a/Makefile.old
+++ b/Makefile.old
@@ -6,8 +6,8 @@
 #
 # Document-specific definitions.
 #
-DOCBASE        	= RELEASE-NOTES
-PRI_LANG	= en_US
+DOCBASE        	= Release_Notes
+PRI_LANG	= en-US
 
 # Special legalnotice for this document:
 LEGALNOTICEBASE	=legalnotice-relnotes
@@ -31,34 +31,60 @@ POTBASE		=release-notes
 
 define XMLFILES_template
 
-XMLFILES-${1}=	${1}/ArchSpecific.xml				\
-			${1}/BackwardsCompatibility.xml 	\
-			${1}/Colophon.xml			\
-			${1}/DatabaseServers.xml 		\
-			${1}/Desktop.xml 			\
-			${1}/Devel.xml 				\
-			${1}/Entertainment.xml 			\
-			${1}/Feedback.xml 			\
-			${1}/FileSystems.xml			\
-			${1}/I18n.xml				\
-			${1}/Installer.xml 			\
-			${1}/Java.xml				\
-			${1}/Kernel.xml				\
-			${1}/Legacy.xml				\
-			${1}/Live.xml				\
-			${1}/MailServers.xml			\
-			${1}/SystemDaemons.xml			\
-			${1}/Multimedia.xml			\
-			${1}/OverView.xml			\
-			${1}/PackageChanges.xml			\
-			${1}/PackageNotes.xml			\
-			${1}/ProjectOverview.xml		\
-			${1}/RELEASE-NOTES.xml			\
-			${1}/Security.xml			\
-			${1}/Virtualization.xml			\
-			${1}/WebServers.xml			\
-			${1}/Welcome.xml			\
-			${1}/Xorg.xml
+XMLFILES-${1}=	${1}/Architecture_specific_notes.xml \
+		${1}/Are_There_Hideous_Bugs_and_Terrible_Tigers.xml \
+		${1}/Article_Info.xml \
+		${1}/Author_Group.xml \
+		${1}/Backwards_compatibility.xml \
+		${1}/Colophon.xml \
+		${1}/Development.xml \
+		${1}/Embedded.xml \
+		${1}/Fedora_10_boot-time.xml \
+		${1}/Fedora_10_overview.xml \
+		${1}/Fedora_desktop.xml \
+		${1}/Fedora_Live_images.xml \
+		${1}/Fedora_Project.xml \
+		${1}/Feedback.xml \
+		${1}/File_servers.xml \
+		${1}/File_systems.xml \
+		${1}/Games_and_entertainment.xml \
+		${1}/Hardware_overview.xml \
+		${1}/How_are_Things_for_Developers.xml \
+		${1}/Installation_notes.xml \
+		${1}/International_language_support.xml \
+		${1}/Introduction_to_Fedora_Project_and_technical_release_notes.xml \
+		${1}/Java.xml \
+		${1}/KDE_3_development_platform_and_libraries.xml \
+		${1}/legalnotice.xml \
+		${1}/Legal_Stuff_and_Administrivia.xml \
+		${1}/Legal.xml \
+		${1}/Linux_kernel.xml \
+		${1}/Mail_servers.xml \
+		${1}/Multimedia.xml \
+		${1}/Networking.xml \
+		${1}/Package_changes.xml \
+		${1}/Package_notes.xml \
+		${1}/PPC_specifics_for_Fedora.xml \
+		${1}/Printing.xml \
+		${1}/Release_Notes.xml \
+		${1}/Revision_History.xml \
+		${1}/Samba_-_Windows_compatibility.xml \
+		${1}/Security.xml \
+		${1}/Server_tools.xml \
+		${1}/System_services.xml \
+		${1}/Tools.xml \
+		${1}/Updated_packages_in_Fedora_10.xml \
+		${1}/Upfront_About_Multimedia.xml \
+		${1}/Virtualization.xml \
+		${1}/Web_servers.xml \
+		${1}/Welcome_to_Fedora_10.xml \
+		${1}/Welcome_to_Fedora.xml \
+		${1}/What_Do_System_Administrators_Care_About.xml \
+		${1}/What_is_New_for_Installation_and_Live_Images.xml \
+		${1}/What_is_the_Latest_on_the_Desktop.xml \
+		${1}/x86_64_specifics_for_Fedora.xml \
+		${1}/x86_specifics_for_Fedora.xml \
+		${1}/X_Window_system_-_graphics.xml
 
 endef
 





More information about the docs-commits mailing list