public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Add version to frysk.7 and ftail.8 man pages.
Date: Fri, 11 Apr 2008 16:24:00 -0000	[thread overview]
Message-ID: <20080411162449.3018.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  8b5325ce144ef2766f64c016a1c089157a76ff8f (commit)
      from  20080ae9f5d23db88419aa16fdcaa4e793e9d9d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 8b5325ce144ef2766f64c016a1c089157a76ff8f
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Apr 11 12:23:45 2008 -0400

    Add version to frysk.7 and ftail.8 man pages.
    
    frysk-common/ChangeLog
    2008-04-11  Andrew Cagney  <cagney@redhat.com>
    
    	* frysk.xml-in: Include version.
    
    frysk-gui/frysk/pkglibdir/ChangeLog
    2008-04-11  Andrew Cagney  <cagney@redhat.com>
    
    	* ftail.xml-in: Include version.

-----------------------------------------------------------------------

Summary of changes:
 frysk-common/ChangeLog                 |    4 ++++
 frysk-common/frysk.xml-in              |   22 ++++++++++++++--------
 frysk-gui/frysk/pkglibdir/ChangeLog    |    4 ++++
 frysk-gui/frysk/pkglibdir/ftail.xml-in |   24 +++++++++++++++---------
 4 files changed, 37 insertions(+), 17 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index a86d218..d8e9f32 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-11  Andrew Cagney  <cagney@redhat.com>
+
+	* frysk.xml-in: Include version.
+
 2008-04-08  Andrew Cagney  <cagney@redhat.com>
 
 	* javadocs.sh: Extract from ../Makefile.am.
diff --git a/frysk-common/frysk.xml-in b/frysk-common/frysk.xml-in
index 8991af9..ab94133 100644
--- a/frysk-common/frysk.xml-in
+++ b/frysk-common/frysk.xml-in
@@ -44,20 +44,26 @@
 -->
 
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
+ [
+ <!ENTITY version SYSTEM "@abs_srcdir@/frysk-common/version.in">
+ <!ENTITY command "frysk">
+ <!ENTITY volume "7">
+ ]
+>
 
-<!-- http://docbook.sourceforge.net/snapshots/xsl/manpages/README -->
-
-<refentry id="frysk">
+<refentry>
 
   <refentryinfo>
-    <title>fhpd</title>
-    <date>March 14 2008</date>
+    <title>Frysk</title>
+    <date>April 2008</date>
   </refentryinfo>
   
   <refmeta>
-    <refentrytitle>frysk</refentrytitle>
-    <manvolnum>7</manvolnum>
+    <refentrytitle>&command;</refentrytitle>
+    <manvolnum>&volume;</manvolnum>
+    <refmiscinfo class='source'>Frysk</refmiscinfo>
+    <refmiscinfo class='version'>&version;</refmiscinfo>
   </refmeta>
 
   <refnamediv>
diff --git a/frysk-gui/frysk/pkglibdir/ChangeLog b/frysk-gui/frysk/pkglibdir/ChangeLog
index dc80e01..bfe2fe6 100644
--- a/frysk-gui/frysk/pkglibdir/ChangeLog
+++ b/frysk-gui/frysk/pkglibdir/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-11  Andrew Cagney  <cagney@redhat.com>
+
+	* ftail.xml-in: Include version.
+
 2008-04-04  Andrew Cagney  <cagney@redhat.com>
 
 	* funit.xml-in: Rename funit.xml.
diff --git a/frysk-gui/frysk/pkglibdir/ftail.xml-in b/frysk-gui/frysk/pkglibdir/ftail.xml-in
index 2f4327f..7a4cacc 100644
--- a/frysk-gui/frysk/pkglibdir/ftail.xml-in
+++ b/frysk-gui/frysk/pkglibdir/ftail.xml-in
@@ -4,7 +4,7 @@
 
  This file is part of the program FRYSK.
 
- Copyright 2006, Red Hat Inc.
+ Copyright 2006, 2008, Red Hat Inc.
 
  FRYSK is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by
@@ -44,20 +44,26 @@
 -->
 
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
+ [
+ <!ENTITY version SYSTEM "@abs_root_srcdir@/common/version.in">
+ <!ENTITY command "ftail">
+ <!ENTITY volume "8">
+ ]
+>
 
-<!-- http://docbook.sourceforge.net/snapshots/xsl/manpages/README -->
-
-<refentry id="ftail">
+<refentry>
 
   <refentryinfo>
-    <title>ftail</title>
-    <date>19 December 2006</date>
+    <title>Frysk</title>
+    <date>April 2008</date>
   </refentryinfo>
   
   <refmeta>
-    <refentrytitle>ftail</refentrytitle>
-    <manvolnum>8</manvolnum>
+    <refentrytitle>&command;</refentrytitle>
+    <manvolnum>&volume;</manvolnum>
+    <refmiscinfo class='source'>Frysk</refmiscinfo>
+    <refmiscinfo class='version'>&version;</refmiscinfo>
   </refmeta>
 
   <refnamediv>


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-04-11 16:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080411162449.3018.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).