updates Makefile,1.1,1.2 updates-en.xml,1.3,1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Aug 16 22:07:04 UTC 2005


Author: pfrields

Update of /cvs/docs/updates
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4903

Modified Files:
	Makefile updates-en.xml 
Log Message:
Deprecated document but fixed Makefile first


Index: Makefile
===================================================================
RCS file: /cvs/docs/updates/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	27 Aug 2004 20:01:07 -0000	1.1
+++ Makefile	16 Aug 2005 22:06:16 -0000	1.2
@@ -1,31 +1,30 @@
 ###############################################################################
-# Makefile for Fedora docs project
+# Makefile for RHLP docs project
 # Created by: Tammy Fox <tfox at redhat.com>
-# Last edited by: Tammy Fox <tfox at redhat.com>
+# Last edited by: Tommy Reynolds <Tommy.Reynolds at MegaCoder.com>
 # WARNING: need passivetex 1.24 for pdf generation to work
 # License: GPL
-# Copyright 2003-2004 Tammy Fox, Red Hat, Inc.
+# Copyright 2003 Tammy Fox, Red Hat, Inc.
+# Copyright 2005 Tommy Reynolds, MegaCoder.com
 ###############################################################################
 
-XSLPDF         = ../xsl/main-pdf.xsl
-XSLHTML        = ../xsl/main-html.xsl
-LANG	       = en
-DOCNAME        = updates-$(LANG)
-XMLFILE        = $(DOCNAME).xml
+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        	= updates-$(LANG)
+XMLFILE        	= $(DOCNAME).xml
+XMLEXTRAFILES	=
 
 ######################################################
-html: 
-	@xmlto html -x $(XSLHTML) -o $(DOCNAME) $(XMLFILE)
-	@mkdir -p $(DOCNAME)/stylesheet-images
-	@cp ../stylesheet-images/*.png $(DOCNAME)/stylesheet-images
-	@cp ../css/fedora.css $(DOCNAME)
-	@mkdir -p $(DOCNAME)/images/callouts
-	@cp /usr/share/sgml/docbook/xsl-stylesheets/images/callouts/*.png $(DOCNAME)/images/callouts
-
-
-pdf:
-	@xmlto pdf -x $(XSLPDF) $(XMLFILE)
+include ../docs-common/Makefile.common
 ######################################################
 
-clean: 
-	@rm -rfv *.html *.pdf *.tex $(DOCNAME)
+# If you want to add additional steps to any of the 
+# targets defined in "Makefile.common", be sure to use
+# a double-colon in your rule here.  For example, to 
+# print the message "FINISHED AT LAST" after building 
+# the HTML document version, uncomment the following 
+# line:
+#${DOCNAME}/index.html::
+#	echo FINISHED AT LAST


Index: updates-en.xml
===================================================================
RCS file: /cvs/docs/updates/updates-en.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- updates-en.xml	31 Aug 2004 02:03:25 -0000	1.3
+++ updates-en.xml	16 Aug 2005 22:06:16 -0000	1.4
@@ -3,18 +3,17 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
-<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../common/fedora-entities-en.xml">
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
-<!ENTITY BOOKID "updates-0.1.3 (2004-08-27)"> <!-- change version of manual and date here -->
+<!ENTITY BOOKID "updates-0.1.4 (2005-08-16)"> <!-- change version of manual and date here -->
 
-<!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml">
 
 ]>
 
 <article id="updates" lang="en">
   <articleinfo>
-    <title>Keeping Up to Date</title>
+    <title>Keeping Up to Date - DEPRECATED</title>
     <copyright>
       <year>2004</year>
       <holder>Red Hat, Inc.</holder>
@@ -50,12 +49,25 @@
 	  </para>
 	</revdescription>
       </revision>
+      <revision>
+	<revnumber>0.1.4</revnumber>
+	<date>16 August 2005</date>
+	<authorinitials>PaulWFrields</authorinitials>
+	<revdescription>
+	  <para>
+	    Document deprecated.  Refer to "Yum Software Management" tutorial
+	    instead at <ulink url="http://fedora.redhat.com/docs/yum/"/>
+	  </para>
+	</revdescription>
+      </revision>
     </revhistory>
   </articleinfo>
 
   <section id="background">
     <title>Background</title>
 
+    &DEPRECATEDNOTICE;
+
     <para>
       After installing &FC;, you should determine if your installation is up to
       date with the most recent package versions. If your CDs are more than a
@@ -69,6 +81,8 @@
   <section id="updating-sources">
     <title>Updating Sources</title> 
 
+    &DEPRECATEDNOTICE;
+
     <para>
       The &FP; lists a number of Web resources which may be trusted and used for
       your updates. You may need more than one if you plan to download updates
@@ -250,6 +264,8 @@
   <section id="using-yum">
     <title>Using <command>yum</command></title>
   
+    &DEPRECATEDNOTICE;
+
     <para>
       <command>yum</command> is a command line program. <command>man yum</command> provides the
       local documentation. The basic operations are its setup, checking for




More information about the Fedora-docs-commits mailing list