summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-04-29 15:19:11 +0200
committerinfirit <[email protected]>2014-09-25 14:53:30 +0200
commitd1420609285cd0a6c933306e58efc0454ee8c378 (patch)
tree90495b9cd1f04a42be6438c4c3e7ae717a7a76be
parent4e2bfeb7c30e025500ddb3489913bbc3d357e32c (diff)
downloadmate-utils-d1420609285cd0a6c933306e58efc0454ee8c378.tar.bz2
mate-utils-d1420609285cd0a6c933306e58efc0454ee8c378.tar.xz
mate-screenshot: Also symlink man page, close #66.
-rw-r--r--mate-screenshot/Makefile.am2
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