gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12110: uninstall the manpages.


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12110: uninstall the manpages.
Date: Wed, 24 Mar 2010 17:43:10 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12110
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-24 17:43:10 -0600
message:
  uninstall the manpages.
modified:
  doc/C/Makefile.am
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2010-02-26 01:31:12 +0000
+++ b/doc/C/Makefile.am 2010-03-24 23:43:10 +0000
@@ -359,6 +359,11 @@
           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$file; \
        done
 
+uninstall-man1:
+       -for file in $(MANPAGES); do \
+          $(RM) $(DESTDIR)$(man1dir)/$$file; \
+       done
+
 # the gtk-gnash.1 and kde4-gnash.1 manpages are generated as aliases
 # for the gnash.1 man page, so we can't use the suffix rules to build
 # them, but we need to install the ".so gnash.1" manpages also, or


reply via email to

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