dgv2 Makefile,NONE,1.1 rpm-info.xml,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Jun 2 05:16:15 UTC 2006


Author: pfrields

Update of /cvs/docs/dgv2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31291/dgv2

Added Files:
	Makefile rpm-info.xml 
Log Message:
Add starting content for dgv2


--- NEW FILE Makefile ---
########################################################################
#                                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.
########################################################################

########################################################################
# Fedora Documentation Project Per-document Makefile
# License: GPL
# Copyright 2005,2006 Tommy Reynolds, MegaCoder.com
########################################################################
#
# Document-specific definitions.
#
DOCBASE        	= documentation-guide
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					\
		${1}/entering-project.xml				\
		${1}/tools.xml						\
		${1}/lifecycle.xml					\
		${1}/creating-document.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:
#${DOCBASE}/index.html::
#	echo FINISHED AT LAST
########################################################################


--- 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="Frields" firstname="Paul" othername="W." id="PaulWFrields" email="stickster at gmail.com" wholename="Paul W. Frields" initials="PWF"/>
  </colophon>
  <author worker="PaulWFrields"/>
  <license>
    <rights>OPL</rights>
    <version>1.0</version>
  </license>
  <copyright>
    <year>2006</year>
    <holder>Paul W. Frields</holder>
  </copyright>
  <titles>
    <translation lang="en_US">
      <title>Fedora Documentation Guide</title>
      <desc>How to participate in documenting Fedora</desc>
    </translation>
  </titles>
  <changelog order="newest-first">
    <revision date="2006-06-01" number="0.9.0" role="doc">
      <author worker="PaulWFrields"/>
      <details lang="en_US">First draft</details>
    </revision>
  </changelog>
</rpm-info>




More information about the docs-commits mailing list