aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-06 22:30:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-06 22:30:44 +0000
commit1097bad288a79e591b1e3b8bbe2265bcb387bbe0 (patch)
tree518b029ea9374e6aaad35f7516238abafec2a442 /Makefile
parente08ac050aca6ad9513e3a190fb0f050886ce3ca1 (diff)
add man pages for astgenkey, autosupport, and safe_asterisk (bug #4645)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6042 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4ec35a93..bf8090682 100755
--- a/Makefile
+++ b/Makefile
@@ -402,6 +402,9 @@ bininstall: all
install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
install -m 644 keys/freeworlddialup.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
install -m 644 asterisk.8.gz $(DESTDIR)$(ASTMANDIR)/man8
+ install -m 644 contrib/scripts/astgenkey.8 $(DESTDIR)$(ASTMANDIR)/man8
+ install -m 644 contrib/scripts/autosupport.8 $(DESTDIR)$(ASTMANDIR)/man8
+ install -m 644 contrib/scripts/safe_asterisk.8 $(DESTDIR)$(ASTMANDIR)/man8
if [ -d contrib/firmware/iax ]; then \
install -m 644 contrib/firmware/iax/iaxy.bin $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax/iaxy.bin; \
else \