diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6a75d09..b66136e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ install-exec-hook: for a in $(GREP_ALIASES); do \ rm -f $$a; $(LN_S) grep-dctrl $$a; \ done +install-data-hook: cd $(DESTDIR)$(mandir)/man1 && \ for a in $(GREP_ALIASES); do \ rm -f $$a.1; $(LN_S) grep-dctrl.1 $$a.1; \ |