summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axgetput/Makefile.am')
-rw-r--r--ax25/axgetput/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/ax25/axgetput/Makefile.am b/ax25/axgetput/Makefile.am
index df8871b..aa05aaf 100644
--- a/ax25/axgetput/Makefile.am
+++ b/ax25/axgetput/Makefile.am
@@ -15,7 +15,6 @@ axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c i
install-exec-local:
(cd $(DESTDIR)$(bindir) && ln -sf axgetput bget && ln -sf axgetput bput)
- make install-man-local
-install-man-local:
+install-data-hook:
(cd $(DESTDIR)$(mandir)/man1 && ln -sf axgetput.1 bget.1 && ln -sf axgetput.1 bput.1)