[gnome-video-arcade] docs: Update man page and doap description



commit d063cdb2b0c68da4b28393a7205527ec8a9e9ca2
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Sep 13 13:56:19 2015 -0400

    docs: Update man page and doap description
    
    Both are now consistent with the README file.
    
    https://bugzilla.gnome.org/754240

 docs/Makefile.am                                   |    8 +++++++-
 ...nome-video-arcade.1 => gnome-video-arcade.1.in} |   10 +++++-----
 gnome-video-arcade.doap                            |   13 ++++++-------
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c269f10..65c3833 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -4,6 +4,12 @@ SUBDIRS = reference
 
 man_MANS = gnome-video-arcade.1
 
-EXTRA_DIST = $(man_MANS)
+gnome-video-arcade.1: gnome-video-arcade.1.in
+       $(AM_V_GEN) sed -e "s|[ ]TIMESTAMP[@]|$(shell date '+%B %Y')|" \
+       < $< > $  tmp && mv $  tmp $@
+
+EXTRA_DIST = gnome-video-arcade.1.in
+
+CLEANFILES = $(man_MANS)
 
 -include $(top_srcdir)/git.mk
diff --git a/docs/gnome-video-arcade.1 b/docs/gnome-video-arcade.1.in
similarity index 73%
rename from docs/gnome-video-arcade.1
rename to docs/gnome-video-arcade.1.in
index eb0bf67..c69d99f 100644
--- a/docs/gnome-video-arcade.1
+++ b/docs/gnome-video-arcade.1.in
@@ -1,18 +1,18 @@
 .\" GNOME Video Arcade manpage.
 .\" Copyright © 2007-2015 Matthew Barnes
 .\"
-.TH GNOME-VIDEO-ARCADE "1" "October 2007" "GNOME" ""
+.TH GNOME-VIDEO-ARCADE "1" "@TIMESTAMP@" "GNOME" ""
 .SH NAME
-gnome-video-arcade \- A MAME front-end for GNOME 
+gnome-video-arcade \- a MAME front-end
 .SH SYNOPSIS
 .B gnome-video-arcade
 [\fIOPTION\fR...]
 .SH DESCRIPTION
 .B gnome-video-arcade
-is a MAME front-end for desktop environments compliant with the various
-freedesktop.org specifications.
+is a clean and simple MAME front-end for any freedesktop.org compliant
+desktop environment.
 .P
-This program is targeted towards non-technical arcade enthusiasts who just
+The program is targeted towards non-technical arcade enthusiasts who just
 want to easily play classic arcade games on their desktop.  Though it may
 be suitable for use in custom arcade cabinets,
 .B gnome-video-arcade
diff --git a/gnome-video-arcade.doap b/gnome-video-arcade.doap
index 3c022f6..f828730 100644
--- a/gnome-video-arcade.doap
+++ b/gnome-video-arcade.doap
@@ -6,14 +6,13 @@
 
   <name xml:lang="en">GNOME Video Arcade</name>
   <shortdesc xml:lang="en">Simple MAME frontend for free desktops</shortdesc>
-  <description>GNOME Video Arcade is a MAME front-end for desktop environments
-compliant with the various freedesktop.org specifications.
+  <description>GNOME Video Arcade is a clean and simple MAME front-end for
+any freedesktop.org compliant desktop environment.
 
-GNOME Video Arcade recognizes that the frontend is not the point; the
-games are. As such, its chief design goal is to help you quickly find a
-game to play and then get out of the way. Its purpose is not to help you
-manage your ROM collection, nor to provide a confusing graphical interface
-for MAME's plethora of configuration options.</description>
+The project is targeted towards non-technical arcade enthusiasts who just
+want to easily play classic arcade games on their desktop. Though it may be
+suitable for use in custom arcade cabinets, the project is not designed for
+that purpose.</description>
   <homepage rdf:resource="http://live.gnome.org/GnomeVideoArcade"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-video-arcade/"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-video-arcade"; />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]