Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address.

This commit is contained in:
R. Bernstein
2011-05-19 07:43:38 -04:00
parent f2438edcbc
commit 7d23f847e6
27 changed files with 46 additions and 59 deletions

View File

@@ -94,4 +94,4 @@ if MAINTAINER_MODE
$(man_MANS): %.1: %$(EXEEXT) %.help2man
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$<
endif
MAINTAINERCLEANFILES = $(man_MANS)
MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig

View File

@@ -6,5 +6,5 @@ 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
Rocky Bernstein rocky@gnu.org

View File

@@ -7,5 +7,5 @@ Shows Information about a CD or CD-image.
\&\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
Rocky Bernstein rocky@gnu.org, based on the cdinfo program by
Gerd Knorr <kraxel@bytesex.org> and Heiko Eissfeldt <heiko@hexco.de>

View File

@@ -375,7 +375,7 @@ Monty <monty@xiph.org>
Cdparanoia's homepage may be found at:
http://www.xiph.org/paranoia/
.P
Revised for use with libcdio by Rocky <rocky@panix.com>
Revised for use with libcdio by Rocky <rocky@gnu.org>
.P
The libcdio homepage may be found at:
http://www.gnu.org/software/libcdio

View File

@@ -1,7 +1,5 @@
/*
$Id: header.c,v 1.2 2008/04/11 15:44:00 karl Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004 Rocky Bernstein <rocky@gnu.org
Copyright (C) 1998 Monty xiphmont@mit.edu
and Heiko Eissfeldt heiko@escape.colossus.de

View File

@@ -8,4 +8,4 @@ Reads Information from a CD or CD-image.
\&\f(CWcd-drive(1)\fR for CD-ROM characteristics;
\&\f(CWiso-read(1)\fR for information about an ISO-9660 image.
[AUTHOR]
Rocky Bernstein <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -943,7 +943,7 @@ usage(char *prog)
"way on a spare console and forget about it...\n"
"\n"
"(c) 1997,98 Gerd Knorr <kraxel@goldbach.in-berlin.de>\n"
"(c) 2005, 2006 Rocky Bernstein <rocky@panix.com>\n"
"(c) 2005, 2006 Rocky Bernstein <rocky@gnu.org>\n"
, prog, prog);
}

View File

@@ -218,7 +218,7 @@ char *devname = NULL;
char *program_name;
const char *argp_program_version = PROGRAM_NAME CDINFO_VERSION;
const char *argp_program_bug_address = "rocky@panix.com";
const char *argp_program_bug_address = "rocky@gnu.org";
/* Program documentation. */
const char doc[] =

View File

@@ -7,4 +7,4 @@ Shows Information about an ISO 9660 image.
\&\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 <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -7,4 +7,4 @@ Reads portions of an ISO 9660 image.
\&\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 <rocky@panix.com>
Rocky Bernstein <rocky@gnu.org>

View File

@@ -53,7 +53,7 @@ print_version (char *program_name, const char *version,
if (no_header == 0)
report( stdout,
"%s version %s\nCopyright (c) 2003, 2004, 2005, 2007, 2008 R. Bernstein\n",
"%s version %s\nCopyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein\n",
program_name, version);
report( stdout,
_("This is free software; see the source for copying conditions.\n\

View File

@@ -1,6 +1,4 @@
/*
$Id: util.h,v 1.16 2008/04/14 17:30:27 karl Exp $
Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify