release-notes Makefile,1.18,1.19 files-map.txt,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Feb 11 16:06:33 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile files-map.txt 
Log Message:
Fix relative location references, make Makefile easier to parse


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile	6 Feb 2006 20:35:03 -0000	1.18
+++ Makefile	11 Feb 2006 16:06:05 -0000	1.19
@@ -17,20 +17,41 @@
 
 define XMLEXTRAFILES_template
 
-XMLEXTRAFILES-$(1)=ArchSpecific-en.xml ArchSpecificPPC-$(1).xml		\
-ArchSpecificx86_64-$(1).xml ArchSpecificx86-$(1).xml			\
-BackwardsCompatibility-$(1).xml Colophon-$(1).xml			\
-DatabaseServers-$(1).xml Desktop-$(1).xml DevelTools-$(1).xml		\
-DevelToolsGCC-$(1).xml Entertainment-$(1).xml Feedback-$(1).xml		\
-FileServers-$(1).xml FileSystems-$(1).xml I18n-$(1).xml			\
-Installer-$(1).xml Java-$(1).xml Kernel-$(1).xml Legacy-$(1).xml	\
-Multimedia-$(1).xml Networking-$(1).xml OverView-$(1).xml		\
-PackageChanges-$(1).xml PackageNotes-$(1).xml				\
-PackageNotesJava-$(1).xml Printing-$(1).xml ProjectOverview-$(1).xml	\
-Samba-$(1).xml Security-$(1).xml SecuritySELinux-$(1).xml		\
-ServerTools-$(1).xml SystemDaemons-$(1).xml WebServers-$(1).xml		\
-Welcome-$(1).xml Xorg-$(1).xml
-
+XMLEXTRAFILES-$(1)=	$(1)/ArchSpecific-en.xml			\
+			$(1)/ArchSpecificPPC-$(1).xml 			\
+			$(1)/ArchSpecificx86_64-$(1).xml 		\
+			$(1)/ArchSpecificx86-$(1).xml			\
+			$(1)/BackwardsCompatibility-$(1).xml 		\
+			$(1)/Colophon-$(1).xml				\
+			$(1)/DatabaseServers-$(1).xml 			\
+			$(1)/Desktop-$(1).xml 				\
+			$(1)/DevelTools-$(1).xml 			\
+			$(1)/DevelToolsGCC-$(1).xml 			\
+			$(1)/Entertainment-$(1).xml 			\
+			$(1)/Feedback-$(1).xml 				\
+			$(1)/FileServers-$(1).xml	 		\
+			$(1)/FileSystems-$(1).xml			\
+			$(1)/I18n-$(1).xml				\
+			$(1)/Installer-$(1).xml 			\
+			$(1)/Java-$(1).xml				\
+			$(1)/Kernel-$(1).xml				\
+			$(1)/Legacy-$(1).xml				\
+			$(1)/Multimedia-$(1).xml			\
+			$(1)/Networking-$(1).xml			\
+			$(1)/OverView-$(1).xml				\
+			$(1)/PackageChanges-$(1).xml			\
+			$(1)/PackageNotes-$(1).xml			\
+			$(1)/PackageNotesJava-$(1).xml			\
+			$(1)/Printing-$(1).xml				\
+			$(1)/ProjectOverview-$(1).xml			\
+			$(1)/Samba-$(1).xml				\
+			$(1)/Security-$(1).xml				\
+			$(1)/SecuritySELinux-$(1).xml			\
+			$(1)/ServerTools-$(1).xml			\
+			$(1)/SystemDaemons-$(1).xml			\
+			$(1)/WebServers-$(1).xml			\
+			$(1)/Welcome-$(1).xml				\
+			$(1)/Xorg-$(1).xml
 
 endef
 


Index: files-map.txt
===================================================================
RCS file: /cvs/docs/release-notes/files-map.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- files-map.txt	30 Jan 2006 08:24:55 -0000	1.1
+++ files-map.txt	11 Feb 2006 16:06:05 -0000	1.2
@@ -2,10 +2,10 @@
 
 RELEASE-NOTES-*.xml
     fdp-info-*.xml
-        ../docs-common/common/legalnotice-relnotes-*.xml
+        ../../docs-common/common/legalnotice-relnotes-*.xml
     Welcome-*.xml
     OverView-*.xml
-    ../docs-common/common/legalnotice-*.xml
+    ../../docs-common/common/legalnotice-*.xml
     Feedback-*.xml
     Introduction-*.xml
     Installer-*.xml




More information about the Fedora-docs-commits mailing list