clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since d1afb9e was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100644
|
File size:
681 bytes
|
Rev | Line | |
---|
[617118d] | 1 | Submitted By: Thomas Pegg <lnxfreak123 at insightbb dot com>
|
---|
| 2 | Date: 2003-11-18
|
---|
| 3 | Initial Package Version: 0.6.3
|
---|
| 4 | Origin: Thomas Pegg
|
---|
| 5 | Description: Fixes syntax of Makefile.am for installation of man pages,
|
---|
| 6 | for use with current automake versions 1.7.8 and higher.
|
---|
| 7 |
|
---|
| 8 | $LastChangedBy: bdubbs $
|
---|
| 9 | $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
|
---|
| 10 |
|
---|
| 11 | diff -Naur sgml-common-0.6.3.orig/doc/man/Makefile.am sgml-common-0.6.3/doc/man/Makefile.am
|
---|
| 12 | --- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 14:42:22.000000000 +0000
|
---|
| 13 | +++ sgml-common-0.6.3/doc/man/Makefile.am 2003-11-18 16:48:47.000000000 +0000
|
---|
| 14 | @@ -1,2 +1 @@
|
---|
| 15 | -man8dir = $(mandir)/man8
|
---|
| 16 | -man8_DATA = *.8
|
---|
| 17 | +man_MANS = install-catalog.8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.