r45 - in /packages/gnash/trunk/debian/h2m: Makefile gparser.1 gprocessor.1

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Tue Apr 24 10:44:36 UTC 2007


Author: baby-guest
Date: Tue Apr 24 10:44:35 2007
New Revision: 45

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=45
Log:
Man Pages changed


Modified:
    packages/gnash/trunk/debian/h2m/Makefile
    packages/gnash/trunk/debian/h2m/gparser.1
    packages/gnash/trunk/debian/h2m/gprocessor.1

Modified: packages/gnash/trunk/debian/h2m/Makefile
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/Makefile?rev=45&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/Makefile (original)
+++ packages/gnash/trunk/debian/h2m/Makefile Tue Apr 24 10:44:35 2007
@@ -17,11 +17,11 @@
 
 gparser.1: gparser
 	chmod +x $<
-	help2man --no-info --section=1 --include=gnash.h2m ./$< > $@
+	help2man --no-info --section=1 --include=gparser.h2m ./$< > $@
 
 gprocessor.1: gprocessor
 	chmod +x $<
-	help2man --no-info --section=1 --include=gnash.h2m ./$< > $@
+	help2man --no-info --section=1 --include=gprocessor.h2m ./$< > $@
 
 cygnal.1: cygnal
 	chmod +x $<

Modified: packages/gnash/trunk/debian/h2m/gparser.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gparser.1?rev=45&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gparser.1 (original)
+++ packages/gnash/trunk/debian/h2m/gparser.1 Tue Apr 24 10:44:35 2007
@@ -1,13 +1,13 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GNASH "1" "April 2007" "gnash 1.0 (gnash cvs20070424)" "User Commands"
+.TH GPARSER "1" "April 2007" "gparser 1.0 (gnash cvs20070424)" "User Commands"
 .SH NAME
-gnash \- free Flash movie player
+gparser \- an SWF parser for Gnash
 .SH SYNOPSIS
-.B gnash  [options] movie_file.swf
+.B gparser [swf files to process...]
 .SH DESCRIPTION
-Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
+Gnash is a free Flash movie player, which works either standalone, or as a Firefox/Mozilla plugin.
 
-This program plays a SWF (Shockwave Flash) movie using OpenGL
+This program parses the information contained in SWF files.
 .TP
 \fB\-\-help\fR(\fB\-h\fR)
 Print this info.

Modified: packages/gnash/trunk/debian/h2m/gprocessor.1
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/h2m/gprocessor.1?rev=45&op=diff
==============================================================================
--- packages/gnash/trunk/debian/h2m/gprocessor.1 (original)
+++ packages/gnash/trunk/debian/h2m/gprocessor.1 Tue Apr 24 10:44:35 2007
@@ -1,13 +1,13 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH GNASH "1" "April 2007" "gnash 1.0 (gnash cvs20070424)" "User Commands"
+.TH GPROCESSOR "1" "April 2007" "gprocessor 1.0 (gnash cvs20070424)" "User Commands"
 .SH NAME
-gnash \- free Flash movie player
+gprocessor \- an SWF preprocessor for Gnash
 .SH SYNOPSIS
-.B gnash  [options] movie_file.swf
+.B gprocessor [options] [swf files to process...]
 .SH DESCRIPTION
-Gnash is a free Flash movie player, which works either standalone, or as plugin for Firefox/Mozilla or Konqueror.
+Gnash is a free Flash movie player, which works either standalone, or as a Firefox/Mozilla plugin.
 
-This program plays a SWF (Shockwave Flash) movie using OpenGL
+This program preprocesses the given SWF movie files and optionally writes preprocessed shape and font data to cache files, so the associated SWF files can be loaded faster.
 .PP
 options:
 .TP




More information about the pkg-flash-devel mailing list