install-guide/devel Makefile,1.19,1.20

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Sep 22 17:56:27 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
- Include new medialess.xml file
- Clean up



Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/devel/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile	6 Jul 2007 17:33:45 -0000	1.19
+++ Makefile	22 Sep 2007 17:56:24 -0000	1.20
@@ -8,7 +8,6 @@
 #
 DOCBASE        	= install-guide
 PRI_LANG      	= en_US
-#OTHERS		= da es it pa pl pt_BR pt sr sv zh_CN
 
 # If ${DOC_ENTITIES} is defined, ${PRI_LANG}/${DOC_ENTITIES}.xml
 # must contain a complete XML file conforming to the DTD located 
@@ -25,32 +24,33 @@
 
 define	XMLFILES_template
 
-XMLFILES-$(1)= $(1)/entities.xml \
-			$(1)/${DOCBASE}.xml \
-			$(1)/abouttoinstall.xml \
-			$(1)/acknowledgements.xml \
-			$(1)/adminoptions.xml \
-			$(1)/before-begin.xml \
-			$(1)/beginninginstallation.xml \
-			$(1)/bootloader.xml \
-			$(1)/diskpartitioning.xml \
-			$(1)/expert-quickstart.xml \
-			$(1)/firstboot.xml \
-			$(1)/installingpackages.xml \
-			$(1)/intro.xml \
-			$(1)/locale.xml \
-			$(1)/networkconfig.xml \
-			$(1)/new-users.xml \
-			$(1)/nextsteps.xml \
-			$(1)/other-instmethods.xml \
-			$(1)/packageselection.xml \
-			$(1)/preparing-media.xml \
-			$(1)/pxe-server.xml \
-			$(1)/rootpassword.xml \
-			$(1)/techref.xml \
-			$(1)/timezone.xml \
-			$(1)/upgrading.xml \
-			$(1)/welcome.xml
+XMLFILES-$(1)=	$(1)/entities.xml \
+		$(1)/${DOCBASE}.xml \
+		$(1)/abouttoinstall.xml \
+		$(1)/acknowledgements.xml \
+		$(1)/adminoptions.xml \
+		$(1)/before-begin.xml \
+		$(1)/beginninginstallation.xml \
+		$(1)/bootloader.xml \
+		$(1)/diskpartitioning.xml \
+		$(1)/expert-quickstart.xml \
+		$(1)/firstboot.xml \
+		$(1)/installingpackages.xml \
+		$(1)/intro.xml \
+		$(1)/locale.xml \
+		$(1)/medialess.xml \
+		$(1)/networkconfig.xml \
+		$(1)/new-users.xml \
+		$(1)/nextsteps.xml \
+		$(1)/other-instmethods.xml \
+		$(1)/packageselection.xml \
+		$(1)/preparing-media.xml \
+		$(1)/pxe-server.xml \
+		$(1)/rootpassword.xml \
+		$(1)/techref.xml \
+		$(1)/timezone.xml \
+		$(1)/upgrading.xml \
+		$(1)/welcome.xml
 endef
 #
 ########################################################################




More information about the Fedora-docs-commits mailing list