]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add man pages for astgenkey, autosupport, and safe_asterisk (bug #4645)
authorRussell Bryant <russell@russellbryant.com>
Wed, 6 Jul 2005 22:30:44 +0000 (22:30 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 6 Jul 2005 22:30:44 +0000 (22:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6042 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
Makefile

diff --git a/CHANGES b/CHANGES
index 6d2f0383c6e0173465dfea26d9cb2e6b068cf22d..52afb86240e4bd8452cb06b20f988c43924e081f 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
        not listed here.  A complete listing of changes is available through
        the Asterisk-CVS mailing list hosted at http://lists.digium.com.
 
+ -- general
+    -- Added man pages for astgenkey, autosupport, and safe_asterisk
+
 Asterisk 1.0.9
 
  -- fix bug in callerid matching in the dialplan that was introduced in 1.0.8
index e4ec35a93a9427e2338e28f601c311700efb1a15..bf8090682ece16686dffc7ca312943df7c59eb06 100755 (executable)
--- 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 \