install-guide Makefile, 1.9, 1.10 fedora-install-guide-upgrading-en.xml, 1.10, 1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Jun 30 15:19:42 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile fedora-install-guide-upgrading-en.xml 
Log Message:
Use new Makefile.common rules and add nochunks capability
Fix id attributes in upgrading chapter


Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	28 Jun 2005 22:30:40 -0000	1.9
+++ Makefile	30 Jun 2005 15:19:40 -0000	1.10
@@ -9,6 +9,7 @@
 
 XSLPDF         = ../docs-common/xsl/main-pdf.xsl
 XSLHTML        = ../docs-common/xsl/main-html.xsl
+XSLHTMLNOCHUNKS = ../docs-common/xsl/main-html-nochunks.xsl
 LANG	       = en
 DOCNAME        = fedora-install-guide-$(LANG)
 XMLFILE        = $(DOCNAME).xml
@@ -16,18 +17,6 @@
 ######################################################
 include ../docs-common/Makefile.common
 ######################################################
-html: 
-	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
-	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../docs-common/stylesheet-images/*.png $(DOCNAME)/stylesheet-images
-	@mkdir -p $(DOCNAME)/figs
-	@cp figs/*.png figs/*.eps $(DOCNAME)/figs
-	@cp ../docs-common/css/fedora.css $(DOCNAME)
-
-
-pdf:
-	@xmlto pdf -x $(XSLPDF) $(XMLFILE)
-######################################################
-
-clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME) $(DOCNAME).tar.gz
+$(DOCNAME)/index.html::
+	mkdir -p $(DOCNAME)/figs
+	cp figs/*.png figs/*.eps $(DOCNAME)/figs


Index: fedora-install-guide-upgrading-en.xml
===================================================================
RCS file: /cvs/docs/install-guide/fedora-install-guide-upgrading-en.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fedora-install-guide-upgrading-en.xml	27 May 2005 22:15:15 -0000	1.10
+++ fedora-install-guide-upgrading-en.xml	30 Jun 2005 15:19:40 -0000	1.11
@@ -1,6 +1,6 @@
 <!-- $Id: -->
 
-<chapter>
+<chapter id="ch-upgrading-system">
   <title>Upgrading an Existing System</title>
 
   <para>
@@ -57,7 +57,7 @@
 
   </section>
 
-  <section>
+  <section id="sn-upgrading-bootloader">
     <title>Upgrading Boot Loader Configuration</title>
 
     <para>




More information about the Fedora-docs-commits mailing list