yum-software-management rpm-info.xml,NONE,1.1 Makefile,1.7,1.8

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Sat Feb 18 11:04:50 UTC 2006


Author: elliss

Update of /cvs/docs/yum-software-management
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23357

Modified Files:
	Makefile 
Added Files:
	rpm-info.xml 
Log Message:
- Updated files for new translation method.




--- NEW FILE rpm-info.xml ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!DOCTYPE rpm-info SYSTEM "../docs-common/packaging/rpm-info.dtd">

<rpm-info>
  <colophon>
    <worker surname="Ellis" firstname="Stuart" othername="" id="StuartEllis" email="stuart at elsn.org" wholename="Stuart Ellis" initials="StuartEllis"/>
    <worker surname="Frields" firstname="Paul" othername="W." id="PaulWFrields" email="stickster at gmail.com" wholename="Paul W. Frields" initials="PaulFrields"/>
  </colophon>
  <author worker="StuartEllis"/>
  <editor worker="PaulWFrields"/>
<!--CHECK LICENSING BELOW-->
  <license>
    <rights>GNU FDL</rights>
    <version>1.0</version>
  </license>
  <copyright>
    <year>2005</year>
    <holder>Stuart Ellis</holder>
  </copyright>
  <titles>
    <translation lang="en">
      <title>Managing Software with yum</title>
      <desc>
Documentation for the yum software management system.
      </desc>
    </translation>
  </titles>
  <changelog order="newest-first">
    <revision date="2005-11-28" number="1.0.5">
      <author worker="PaulWFrields"/>
      <details lang="en">Fixed some uses of "Fedora" to read "Fedora Core" where appropriate.</details>
    </revision>
    <revision date="2005-11-15" number="1.0.4">
      <author worker="StuartEllis"/>
      <details lang="en">Updated section on proxy servers. Fixed #166122.</details>
    </revision>
    <revision date="2005-10-13" number="1.0.3">
      <author worker="PaulWFrields"/>
      <details lang="en">Fix wording (#170584).</details>
    </revision>
    <revision date="2005-08-26" number="1.0.2">
      <author worker="StuartEllis"/>
      <details lang="en">Fix localinstall information.</details>
    </revision>
    <revision date="2005-08-18" number="1.0.1">
      <author worker="StuartEllis"/>
      <details lang="en">Added information on installing without repository and manually adding
        keys.</details>
    </revision>
    <revision date="2005-08-13" number="1.0">
      <author worker="PaulWFrields"/>
      <details lang="en">Publish to official project page.</details>
    </revision>
    <revision date="2005-07-25" number="0.6">
      <author worker="PaulWFrields"/>
      <details lang="en">Edited for style and usage; BETA publication.</details>
    </revision>
    <revision date="2005-07-19" number="0.5">
      <author worker="StuartEllis"/>
      <details lang="en">Updated for Fedora Core 4.</details>
    </revision>
    <revision date="2005-06-01" number="0.4">
      <author worker="StuartEllis"/>
      <details lang="en">Initial import into CVS.</details>
    </revision>
  </changelog>
</rpm-info>


Index: Makefile
===================================================================
RCS file: /cvs/docs/yum-software-management/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	11 Jan 2006 05:17:33 -0000	1.7
+++ Makefile	18 Feb 2006 11:04:40 -0000	1.8
@@ -1,26 +1,35 @@
-###############################################################################
-# Makefile for RHLP docs project
-# Created 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 Tammy Fox, Red Hat, Inc.
-# Copyright 2005 Tommy Reynolds, MegaCoder.com
-###############################################################################
+########################################################################
+#                                NOTICE
+#-----------------------------------------------------------------------
+# There is actually no "de" translation.  All the '*de*" files are just
+# fodder to check the internationalization (i18n) workings for the FTP.
+# No discourtesy to any German speaker is intended.  -- Tommy Reynolds
+# Actual translations welcome.
+########################################################################
 
-LANGUAGES       	= en zh_CN es
-DOCBASE        		= yum-software-management
-XMLEXTRAFILES-en	=
+########################################################################
+# Fedora Documentation Project Per-document Makefile
+# License: GPL
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+########################################################################
+#
+# Document-specific definitions.
+#
+DOCBASE        	= yum-software-management
+PRI_LANG      	= en
+OTHERS		= zh_CN
+########################################################################
+# List each XML file of your document in the template below.  Append the 
+# path to each file to the "XMLFILES-${1}" string.  Use a backslash if you
+# need additional lines.  Here, we have one extra file "en/para.xml"; that
+# gets written as "${1}/para.xml" because later, make(1) will need to compute
+# the necesssary filenames.  Oh, do NOT include "fdp-info.xml" because that's
+# a generated file and we already know about that one...
 
-######################################################
+define	XMLFILES_template
+XMLFILES-${1}=${1}/${DOCBASE}.xml
+endef
+#
+########################################################################
 include ../docs-common/Makefile.common
-######################################################
-
-# 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
+########################################################################




More information about the Fedora-docs-commits mailing list