gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11888: install the extra man pages


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11888: install the extra man pages created for the aliases to gnash.1.
Date: Wed, 03 Feb 2010 18:51:39 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11888
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 18:51:39 -0700
message:
  install the extra man pages created for the aliases to gnash.1.
modified:
  doc/C/Makefile.am
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2010-02-04 01:44:05 +0000
+++ b/doc/C/Makefile.am 2010-02-04 01:51:39 +0000
@@ -311,7 +311,11 @@
 # install-data-hook: install-data-hook-omf
 # uninstall-local: uninstall-local-doc uninstall-local-omf
 
+# gtk-gnash.1 and kde4-gnash.1 are special, as they are created by
+# the --solinks option to the docbook2 tools for creating man pages.
 install-data-hook: install-info-hook install-html-hook 
+       -$(INSTALL_DATA) gtk-gnash.1 $(DESTDIR)$(man1dir)
+       -$(INSTALL_DATA) kde4-gnash.1 $(DESTDIR)$(man1dir)
 uninstall-hook: uninstall-info-hook uninstall-html-hook
 
 #


reply via email to

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