selinux-faq rpm-info.xml,1.3,1.4 Makefile,1.5,1.6

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Thu Mar 16 19:43:03 UTC 2006


Author: kwade

Update of /cvs/docs/selinux-faq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26362

Modified Files:
	Makefile 
Added Files:
	rpm-info.xml 
Log Message:
This should modify the module to meet modern standards; unless I forgot to add something.  Build requires FC4 or later, as it needs DocBook XML 4.4.


Index: rpm-info.xml
===================================================================
RCS file: rpm-info.xml
diff -N rpm-info.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ rpm-info.xml	16 Mar 2006 19:42:55 -0000	1.4
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<!DOCTYPE rpm-info SYSTEM "../docs-common/packaging/rpm-info.dtd">
+
+<rpm-info>
+  <colophon>
+    <worker surname="Wade" firstname="Karsten" id="KarstenWade" email="kwade at redhat.com" wholename="Karsten Wade" initials="KW"/>
+    <worker surname="Sellers" firstname="Chad" id="ChadSellers" email="csellers at tresys.com" wholename="Chad Sellers" initials="CS"/>
+    <worker surname="Tombolini" firstname="Francesco" id="FrancescoTombolini" email="tombo at adamantio.net" wholename="Francesco Tombolini" initials="FT"/>
+    <worker firstname="Paul" othername="W." surname="Frields" initials="PWF" email="stickster at gmail.com" wholename="Paul W. Frields" id="PaulWFrields"/>
+  </colophon>
+  <author worker="KarstenWade"/>
+  <author worker="ChadSellers"/>
+  <translator worker="FrancescoTombolini"/>
+  <license>
+    <rights>GNU FDL</rights>
+    <version>1.0</version>
+  </license>
+  <copyright>
+    <year>2004</year>
+    <year>2005</year>
+    <holder>Red Hat, Inc.</holder>
+    <holder>Karsten Wade</holder>
+  </copyright>
+  <copyright>
+    <year>2006</year>
+    <holder>Chad Sellers</holder>
+    <holder>Paul W. Frields</holder>
+  </copyright>
+  <titles>
+    <translation lang="en">
+      <title>Fedora Core 5 SELinux FAQ</title>
+      <desc>Frequently asked questions about SELinux in Fedora Core 5</desc>
+    </translation>
+    <translation lang="it">
+      <title>Fedora Core 5 SELinux FAQ</title>
+      <desc></desc>
+    </translation>
+  </titles>
+  <changelog order="newest-first">
+    <revision date="2006-02-10" number="1.5.2" role="doc">
+      <author worker="PaulWFrields"/>
+      <details lang="en">Make admonition more easily maintainable</details>
+    </revision>
+    <revision date="2006-02-05" number="1.5.1" role="doc">
+      <author worker="PaulWFrields"/>
+      <details lang="en">Style and readability editing; some element clarifications</details>
+    </revision>
+    <revision date="2006-02-03" number="1.5" role="doc">
+      <author worker="ChadSellers"/>
+      <details lang="en">First round of editing.</details>
+      <details lang="it">Primo round di editing.</details>
+    </revision>
+  </changelog>
+</rpm-info>


Index: Makefile
===================================================================
RCS file: /cvs/docs/selinux-faq/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	7 Dec 2005 17:21:12 -0000	1.5
+++ Makefile	16 Mar 2006 19:42:55 -0000	1.6
@@ -1,22 +1,43 @@
-###############################################################################
-# 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 it
-DOCBASE			= selinux-faq
-XMLEXTRAFILES-en	=
-XMLEXTRAFILES-it	=
+########################################################################
+# Fedora Documentation Project Per-document Makefile
+# License: GPL
+# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
+########################################################################
+#
+# Document-specific definitions.
+#
+DOCBASE        	= selinux-faq
+PRI_LANG      	= en_US
+# OTHERS		= 
+# If ${DOC_ENTITIES} is defined, ${PRI_LANG}/${DOC_ENTITIES}.xml
+# must contain a complete XML file conforming to the DTD located 
+# in the "docs-common/common/entities/entities.dtd" file.  Do NOT
+# reference this file in the XMLFILES_template below.
+DOC_ENTITIES	= doc-entities
+########################################################################
+# 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 
@@ -25,3 +46,4 @@
 # line:
 #${DOCNAME}/index.html::
 #	echo FINISHED AT LAST
+########################################################################




More information about the docs-commits mailing list