16 lines
557 B
Diff
16 lines
557 B
Diff
Submitted by: Thomas Pegg <lnxfreak123 at insightbb dot com>
|
|
Date: 2003-11-18
|
|
Initial Package Version: 0.6.3
|
|
Origin: Thomas Pegg
|
|
Description: Fixes syntax of Makefile.am for installation of man pages,
|
|
for use with current automake versions 1.7.8 and higher.
|
|
|
|
Index: sgml-common-0.6.3/doc/man/Makefile.am
|
|
===================================================================
|
|
--- sgml-common-0.6.3.orig/doc/man/Makefile.am
|
|
+++ sgml-common-0.6.3/doc/man/Makefile.am
|
|
@@ -1,2 +1 @@
|
|
-man8dir = $(mandir)/man8
|
|
-man8_DATA = *.8
|
|
+man_MANS = install-catalog.8
|