you a friendly Python interface to SGML software specificially in a DocBook/OpenJade environment.
19 lines
627 B
Text
19 lines
627 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/10/05 17:50:15 adrian_p Exp $
|
|
|
|
--- bin/buildcat.in.orig Mon May 21 23:47:57 2001
|
|
+++ bin/buildcat.in Sat Oct 4 20:27:33 2003
|
|
@@ -29,12 +29,12 @@
|
|
|
|
SYNOPSIS
|
|
|
|
- # buildcat >/etc/sgml/catalog
|
|
+ # buildcat >@PKG_SYSCONFDIR@/catalog
|
|
|
|
DESCRIPTION
|
|
|
|
The program **buildcat** builds a shared catalog file from
|
|
- the symlinks encountered in /etc/sgml. In order to
|
|
+ the symlinks encountered in @PKG_SYSCONFDIR@. In order to
|
|
keep the meaning of the individual catalogs the same, relative
|
|
system identifiers in the catalogs are expanded to their absolute
|
|
equivalents.
|