sudo-tutorial rpm-info.xml, NONE, 1.1 Makefile, 1.2, 1.3 sudo-tutorial-en.xml, 1.4, NONE

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Mon Feb 13 00:41:22 UTC 2006


Author: jtr

Update of /cvs/docs/sudo-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3284

Modified Files:
	Makefile 
Added Files:
	rpm-info.xml 
Removed Files:
	sudo-tutorial-en.xml 
Log Message:
Reorganizing to meet new translation standards.



--- 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 email="Tommy.Reynolds at MegaCoder.com" firstname="Tommy" id="megacoder" initials="JTR" surname="Reynolds" wholename="Tommy Reynolds"/>
  </colophon>
  <author worker="megacoder"/>
  <license>
    <rights>ODL</rights>
    <version>1.0</version>
  </license>
  <copyright>
    <year>2005</year>
    <year>2006</year>
    <holder>Tommy Reynolds</holder>
  </copyright>
  <titles>
    <translation lang="en">
      <title>Sudo Tutorial</title>
      <desc>Not a pseudo-tutorial!</desc>
    </translation>
  </titles>
  <changelog order="newest-first">
    <revision date="2006-01-21" number="0.14.1" role="doc">
      <author worker="megacoder"/>
      <details lang="en">Dummy version</details>
    </revision>
    <revision date="Fri Jan 6 2006" number="2" role="rpm">
      <author worker="megacoder"/>
      <details lang="en">Dummy release</details>
    </revision>
  </changelog>
</rpm-info>


Index: Makefile
===================================================================
RCS file: /cvs/docs/sudo-tutorial/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	18 Nov 2005 15:14:38 -0000	1.2
+++ Makefile	13 Feb 2006 00:41:14 -0000	1.3
@@ -1,22 +1,26 @@
 ###############################################################################
+# Fedora Documentation Project Per-document Makefile
+# License: GPL
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+###############################################################################
 #
 # Document-specific definitions.
 #
-LANGUAGES      	= en
 DOCBASE        	= sudo-tutorial
+PRI_LANG      	= en
+#OTHERS		= de
+###############################################################################
+# 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
 #
-XMLEXTRAFILES-en=
-#
-######################################################
+###############################################################################
 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:
-#${DOCBASE}-en/index.html::
-#	echo FINISHED AT LAST
-######################################################
+###############################################################################


--- sudo-tutorial-en.xml DELETED ---




More information about the Fedora-docs-commits mailing list