source: scripts/untested/blfs-patches/sgml-common-0.6.3-manpage-1.patch@ d1afb9e

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
RevLine 
[617118d]1Submitted By: Thomas Pegg <lnxfreak123 at insightbb dot com>
2Date: 2003-11-18
3Initial Package Version: 0.6.3
4Origin: Thomas Pegg
5Description: Fixes syntax of Makefile.am for installation of man pages,
6for 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
11diff -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.