diff options
author | infirit <[email protected]> | 2014-04-29 15:19:11 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-25 14:53:30 +0200 |
commit | d1420609285cd0a6c933306e58efc0454ee8c378 (patch) | |
tree | 90495b9cd1f04a42be6438c4c3e7ae717a7a76be /mate-screenshot/Makefile.am | |
parent | 4e2bfeb7c30e025500ddb3489913bbc3d357e32c (diff) | |
download | mate-utils-d1420609285cd0a6c933306e58efc0454ee8c378.tar.bz2 mate-utils-d1420609285cd0a6c933306e58efc0454ee8c378.tar.xz |
mate-screenshot: Also symlink man page, close #66.
Diffstat (limited to 'mate-screenshot/Makefile.am')
-rw-r--r-- | mate-screenshot/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index c2f9cf44..3a3f5df5 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -88,3 +88,5 @@ dist-hook: install-exec-local: rm -f $(DESTDIR)$(bindir)/mate-panel-screenshot ln -s mate-screenshot $(DESTDIR)$(bindir)/mate-panel-screenshot + rm -f $(DESTDIR)$(mandir)/man1/mate-panel-screenshot.1 + ln -s mate-screenshot.1 $(DESTDIR)$(mandir)/man1/mate-panel-screenshot.1 |