This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Docbook setup on Debian 3.0


On Wednesday 26 February 2003 11:34, Yann Dirson wrote:
> On Wed, Feb 26, 2003 at 11:01:29AM -0500, Mike M wrote:
> > > What does `ospcat -P "-//James Clark//DTD DSSSL Style Sheet//EN"' say ?
> >
> > command not found (both as root and user)
>
> Ah - install opensp

Done. Output from ospcat:

debian:~# ospcat -P "-//James Clark//DTD DSSSL Style Sheet//EN"
debian:~#

No output.
>
> > > What does openjade say when you set SGML_CATALOG_FILES to
> > > /etc/sgml/catalog instead ?
>
> [...]
>
> Looks like the openjade catalog is not registered
>
> What does "sh -x /var/lib/dpkg/info/openjade.postinst configure" say ?

debian:~# sh -x /var/lib/dpkg/info/openjade.postinst configure
+ PACKAGE=openjade
+ set -e
+ update-catalog --add /etc/sgml/openjade.cat /usr/share/sgml/OpenJade/catalog
Adding entry /usr/share/sgml/OpenJade/catalog to catalog 
/etc/sgml/openjade.cat...
+ update-alternatives --quiet --install /usr/bin/openjade openjade 
/usr/bin/openjade-1.4devel 20 --slave /usr/share/man/man1/openjade.1.gz 
openjade.1.gz /usr/share/man/man1/openjade-1.4devel.1.gz
+ command -v install-docs
+ '[' configure = configure ']'
+ '[' -d /usr/doc -a '!' -e /usr/doc/openjade -a -d /usr/share/doc/openjade 
']'
+ '[' configure = configure ']'
+ command -v install-docs
+ exit 0
>
> > > What do "jade" and "openjade1.3" say when you use them instead ?
> >
> > They are not installed.  I only installed openjade.
>
> Please try them :)

installed both jade and openjade1.3

results are as follows:

--->jade

mike01 at debian:~/docbook/debtest$ unset SGML_CATALOG_FILES
mike01 at debian:~/docbook/debtest$ make test12
jade \
-t sgml \
-d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl \
test.sgml
mike01 at debian:~/docbook/debtest$

created t1.html

--->openjade1.3

mike01 at debian:~/docbook/debtest$ make test11
openjade1.3 \
-t sgml \
-d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl \
test.sgml
openjade1.3:/usr/share/sgml/dtd/catalog:18:0:W: DTDDECL catalog entries are 
not supported
openjade1.3:/usr/share/sgml/dtd/catalog:20:0:W: DTDDECL catalog entries are 
not supported
openjade1.3:/usr/share/sgml/html/dtd/4.0/catalog:7:0:W: DTDDECL catalog 
entries are not supported
openjade1.3:/usr/share/sgml/html/dtd/4.0/catalog:9:0:W: DTDDECL catalog 
entries are not supported

_LOTS_ more just like this.

Created t1.html

---->openjade1.4

mike01 at debian:~/docbook/debtest$ make test10
openjade \
-t sgml \
-d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl \
test.sgml
openjade:/usr/share/sgml/dtd/catalog:18:0:W: DTDDECL catalog entries are not 
supported
openjade:/usr/share/sgml/dtd/catalog:20:0:W: DTDDECL catalog entries are not 
supported
openjade:/usr/share/sgml/html/dtd/4.0/catalog:7:0:W: DTDDECL catalog entries 
are not supported
openjade:/usr/share/sgml/html/dtd/4.0/catalog:9:0:W: DTDDECL catalog entries 
are not supported

_LOTS_ more just like this.

Created t1.html
-- 
Mike M.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]