Commit 9af72d4e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf sgml-common-0.6.3.tgz
patch -Np1 -d sgml-common-0.6.3 < sgml-common-0.6.3-manpage-1.patch
cd sgml-common-0.6.3 && autoreconf -f -i
cd sgml-common-0.6.3 && ./configure --prefix=/usr --sysconfdir=/etc
$(MAKE) -C sgml-common-0.6.3
$(MAKE) -C sgml-common-0.6.3 docdir=/usr/share/doc install
install-catalog --add /etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat
rm -rf sgml-common-0.6.3
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.
diff -Naur sgml-common-0.6.3.orig/doc/man/Makefile.am sgml-common-0.6.3/doc/man/Makefile.am
--- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 14:42:22.000000000 +0000
+++ sgml-common-0.6.3/doc/man/Makefile.am 2003-11-18 16:48:47.000000000 +0000
@@ -1,2 +1 @@
-man8dir = $(mandir)/man8
-man8_DATA = *.8
+man_MANS = install-catalog.8
bin
/usr/bin/.*
/usr/share/sgml/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
etc
/etc/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment