gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11895: alternate name manpages need


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11895: alternate name manpages need to link to the compressed version, or we get file not found. Remove them as well at uninstall time.
Date: Wed, 03 Feb 2010 22:58:27 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11895
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 22:58:27 -0700
message:
  alternate name manpages need to link to the compressed version, or we get 
file not found. Remove them as well at uninstall time.
modified:
  doc/C/Makefile.am
  doc/C/preformatted/gtk-gnash.1.in
  doc/C/preformatted/kde4-gnash.1.in
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2010-02-04 03:42:51 +0000
+++ b/doc/C/Makefile.am 2010-02-04 05:58:27 +0000
@@ -75,7 +75,21 @@
        $(COMMON) \
        $(XML_MAIN) \
        $(MANSRC)  \
-       preformatted/gnashuser.html.in preformatted/gprocessor.1.in 
preformatted/cygnal.1.in preformatted/gnash.1.in preformatted/gnash_ref.info.in 
preformatted/soldumper.1.in preformatted/flvdumper.1.in 
preformatted/dumpshm.1.in preformatted/gnashref.html.in 
preformatted/gnash_user.info.in preformatted/rtmpget.1.in 
preformatted/gtk-gnash.1.in preformatted/kde4-gnash.1.in 
preformatted/findmicrophones.1.in preformatted/findwebcams.1.in 
+       preformatted/gnashuser.html.in \
+       preformatted/gprocessor.1.in \
+       preformatted/cygnal.1.in \
+       preformatted/gnash.1.in \
+       preformatted/gnash_ref.info.in \
+       preformatted/soldumper.1.in \
+       preformatted/flvdumper.1.in \
+       preformatted/dumpshm.1.in \
+       preformatted/gnashref.html.in \
+       preformatted/gnash_user.info.in \
+       preformatted/rtmpget.1.in \
+       preformatted/findmicrophones.1.in \
+       preformatted/findwebcams.1.in \
+       preformatted/gtk-gnash.1.in \
+       preformatted/kde4-gnash.1.in
 
 #noinst_SCRIPT = gen-doc.sh
 # We list the texi and info pages twice, as differing versions of the 
@@ -317,6 +331,8 @@
        -$(INSTALL_DATA) gtk-gnash.1 $(DESTDIR)$(man1dir)
        -$(INSTALL_DATA) kde4-gnash.1 $(DESTDIR)$(man1dir)
 uninstall-hook: uninstall-info-hook uninstall-html-hook
+       -$(RM) -f $(DESTDIR)$(man1dir)/gtk-gnash.1 
+       -$(RM) -f $(DESTDIR)$(man1dir)/kde4-gnash.1
 
 #
 # GNOME Help support, which currently isn't supported

=== modified file 'doc/C/preformatted/gtk-gnash.1.in'
--- a/doc/C/preformatted/gtk-gnash.1.in 2010-02-04 00:11:45 +0000
+++ b/doc/C/preformatted/gtk-gnash.1.in 2010-02-04 05:58:27 +0000
@@ -1,1 +1,1 @@
-.so man1/gnash.1
+.so man1/gnash.1.gz

=== modified file 'doc/C/preformatted/kde4-gnash.1.in'
--- a/doc/C/preformatted/kde4-gnash.1.in        2010-02-04 00:11:45 +0000
+++ b/doc/C/preformatted/kde4-gnash.1.in        2010-02-04 05:58:27 +0000
@@ -1,1 +1,1 @@
-.so man1/gnash.1
+.so man1/gnash.1.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]