diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-23 16:53:58 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-23 16:53:58 -0400 |
commit | 06538874f68bd7a44e626db06027ac76b85d0afc (patch) | |
tree | 238c8190d5f565fd344473601d921c4f73e370da | |
parent | 81b9352b65e7b1b4c48adcaa642743b362e86465 (diff) | |
download | sos-06538874f68bd7a44e626db06027ac76b85d0afc.tar.gz |
Point sosreport manpage to see the AUTHORS file for updated contributors
- Include AUTHORS file in the tarball.
- Consolidated where list of Authors may be found.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | man/en/sosreport.1 | 22 |
3 files changed, 4 insertions, 23 deletions
@@ -1,5 +1,6 @@ Adam Stokes <adam.stokes@ubuntu.com> Ben Turner <bturner@redhat.com> +Bryn M. Reeves <bmr@redhat.com> Chris J Arges <chris.j.arges@ubuntu.com> Eric Williams <eric.williams@canonical.com> Eugene Teo <eteo@redhat.com> @@ -48,7 +48,7 @@ install: updateversion install -m755 sosreport $(DESTDIR)/usr/sbin/sosreport install -m644 sosreport.1.gz $(DESTDIR)/usr/share/man/man1/. install -m644 sos.conf.5.gz $(DESTDIR)/usr/share/man/man5/. - install -m644 LICENSE README.md $(DESTDIR)/usr/share/$(NAME)/. + install -m644 AUTHORS LICENSE README.md $(DESTDIR)/usr/share/$(NAME)/. install -m644 $(NAME).conf $(DESTDIR)/etc/$(NAME).conf install -m644 gpgkeys/$(GPG_TPL)support.pub $(DESTDIR)/usr/share/$(NAME)/. for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done @@ -58,7 +58,7 @@ updateversion: $(NAME)-$(VERSION).tar.gz: clean gpgkey @mkdir -p $(ARCHIVE_DIR) - @tar -cv sosreport sos doc man po sos.conf LICENSE README.md sos.spec Makefile | tar -x -C $(ARCHIVE_DIR) + @tar -cv sosreport sos doc man po sos.conf AUTHORS LICENSE README.md sos.spec Makefile | tar -x -C $(ARCHIVE_DIR) @mkdir -p $(ARCHIVE_DIR)/gpgkeys @cp gpgkeys/$(GPG_TPL)support.pub $(ARCHIVE_DIR)/gpgkeys/. @tar Ccvzf $(DIST_BUILD_DIR) $(DIST_BUILD_DIR)/$(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION) diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index eeda57a9..87a099e6 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -97,27 +97,7 @@ Display usage message. Bryn M. Reeves <bmr@redhat.com> .fi .SH AUTHORS & CONTRIBUTORS - -Adam Stokes, -Ben Turner, -Bryn M. Reeves, -Eugene Teo, -Gary Kotton, -Jesse Jaggars, -Joey Boggs, -John Berninger, -Justin Payne, -Keith Kearnan, -Kent Lamb, -Marc Sauton, -Navid Sheikhol-Eslami, -Pierre Amadio , -Pierre Carrier, -Ranjith Rajaram, -Sadique Puthen, -Shijoe George, -Steve Conklin, -Tomas Smetana +See \fBAUTHORS\fR file in /usr/share/doc/sosreport. .nf .SH TRANSLATIONS .nf |