install-guide/devel Makefile,1.3,1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Aug 21 12:05:32 UTC 2006


Author: pfrields

Update of /cvs/docs/install-guide/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980

Modified Files:
	Makefile 
Log Message:
Get rid of unnecessary namespace, more fixes, still tinkering...


Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	19 Aug 2006 23:51:47 -0000	1.3
+++ Makefile	21 Aug 2006 12:05:27 -0000	1.4
@@ -36,24 +36,24 @@
 
 XMLFILES-$(1)= $(1)/entities.xml \
 			$(1)/${DOCBASE}.xml \
-			$(1)/${DOCBASE}-abouttoinstall.xml \
-			$(1)/${DOCBASE}-acknowledgements.xml \
-			$(1)/${DOCBASE}-adminoptions.xml \
-			$(1)/${DOCBASE}-beginninginstallation.xml \
-			$(1)/${DOCBASE}-bootloader.xml \
-			$(1)/${DOCBASE}-diskpartitioning.xml \
-			$(1)/${DOCBASE}-firstboot.xml \
-			$(1)/${DOCBASE}-installingpackages.xml \
-			$(1)/${DOCBASE}-intro.xml \
-			$(1)/${DOCBASE}-locale.xml \
-			$(1)/${DOCBASE}-networkconfig.xml \
-			$(1)/${DOCBASE}-nextsteps.xml \
-			$(1)/${DOCBASE}-other-instmethods.xml \
-			$(1)/${DOCBASE}-packageselection.xml \
-			$(1)/${DOCBASE}-rootpassword.xml \
-			$(1)/${DOCBASE}-techref.xml \
-			$(1)/${DOCBASE}-timezone.xml \
-			$(1)/${DOCBASE}-upgrading.xml
+			$(1)/abouttoinstall.xml \
+			$(1)/acknowledgements.xml \
+			$(1)/adminoptions.xml \
+			$(1)/beginninginstallation.xml \
+			$(1)/bootloader.xml \
+			$(1)/diskpartitioning.xml \
+			$(1)/firstboot.xml \
+			$(1)/installingpackages.xml \
+			$(1)/intro.xml \
+			$(1)/locale.xml \
+			$(1)/networkconfig.xml \
+			$(1)/nextsteps.xml \
+			$(1)/other-instmethods.xml \
+			$(1)/packageselection.xml \
+			$(1)/rootpassword.xml \
+			$(1)/techref.xml \
+			$(1)/timezone.xml \
+			$(1)/upgrading.xml
 endef
 #
 ########################################################################




More information about the Fedora-docs-commits mailing list