From 1d351c46560f7818799d191ceeca73a86ddf5efa Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 6 Oct 2005 12:57:39 +0000 Subject: [PATCH] Add AUTHOR field to help2man's --- src/Makefile.am | 7 ++++--- src/cd-drive.help2man | 3 +++ src/cd-info.help2man | 3 +++ src/iso-info.help2man | 2 ++ src/iso-read.help2man | 10 ++++++++++ 5 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 src/iso-read.help2man diff --git a/src/Makefile.am b/src/Makefile.am index a6992b45..8daa20fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.37 2005/10/06 09:37:11 rocky Exp $ +# $Id: Makefile.am,v 1.38 2005/10/06 12:57:39 rocky Exp $ # # Copyright (C) 2003, 2004, 2005 Rocky Bernstein # @@ -17,7 +17,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -EXTRA_DIST = iso-info.help2man cd-info.help2man cd-drive.help2man +EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ + iso-info.help2man iso-read.help2man #################################################### # Things to make the utility/diagnostic programs @@ -33,7 +34,7 @@ CDDA_PLAYER_LIBS=@CDDA_PLAYER_LIBS@ if MAINTAINER_MODE MAINTAINERCLEANFILES = $(man_MANS) man_MANS = cd-drive.1 cd-info.1 cd-read.1 iso-read.1 iso-info.1 -$(man_MANS): %.1: % +$(man_MANS): %.1: % %.help2man -$(HELP2MAN) --opt-include=$<.help2man --no-info --output=$@ ./$< endif diff --git a/src/cd-drive.help2man b/src/cd-drive.help2man index 961dfa2b..63eb61ac 100644 --- a/src/cd-drive.help2man +++ b/src/cd-drive.help2man @@ -5,3 +5,6 @@ Shows CD-ROM drive characteristics. [SEE ALSO] \&\f(CWcd-info(1)\fR for information about the CD inside a CD-ROM. +[AUTHOR] +Rocky Bernstein rocky@panix.com + diff --git a/src/cd-info.help2man b/src/cd-info.help2man index 4d4206ac..efdab10a 100644 --- a/src/cd-info.help2man +++ b/src/cd-info.help2man @@ -6,3 +6,6 @@ Shows Information about a CD or CD-image. [SEE ALSO] \&\f(CWcd-drive(1)\fR for CD-ROM characteristics; \&\f(CWiso-info(1)\fR for information about an ISO-9660 image. +[AUTHOR] +Rocky Bernstein rocky@panix.com, based on the cdinfo program by +Gerd Knorr and Heiko Eissfeldt diff --git a/src/iso-info.help2man b/src/iso-info.help2man index 7b98bac4..7f3273e4 100644 --- a/src/iso-info.help2man +++ b/src/iso-info.help2man @@ -6,3 +6,5 @@ Shows Information about an ISO 9660 image. [SEE ALSO] \&\f(CWcd-info(1)\fR for information about an ISO-9660 image. \&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. +[AUTHOR] +Rocky Bernstein diff --git a/src/iso-read.help2man b/src/iso-read.help2man new file mode 100644 index 00000000..9f95b1f9 --- /dev/null +++ b/src/iso-read.help2man @@ -0,0 +1,10 @@ +[SYNOPSIS] +.B iso-read +\fIOPTION\fR... +.TP +Reads portions of an ISO 9660 image. +[SEE ALSO] +\&\f(CWiso-info(1)\fR for information about an ISO-9660 image. +\&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. +[AUTHOR] +Rocky Bernstein