This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


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: SGML/XML packages available for testing


Hallo Markus,

Am 2002-04-08 um 18:19 schriebst du:

> Hi,

> finally Jon Foster and I got something that seems to work. The
> following packages are available for testing:

> docbook-dsssl
> docbook-sgml
> docbook-xml
> docbook-xsl
> openjade
> sgml-base
> tei-xml

And I think the postinstallscript here is wrong:

# Postinstall script for the "tei-xml" package.
#
# If install-sgmlcatalog exists (i.e. we've previously installed the
# sgml-base package) then install the SGML version of the catalog.

if [ -e /sbin/install-sgmlcatalog ]  #### There is no /sbin/install-sgmlcatalog
                                     #### it should be /usr/sbin/...
[...]
# other versions go here
  do
    /sbin/install-sgmlcatalog --quiet --install $thecatalog $thecatalog
           #### There is no /sbin/install-sgmlcatalog
           #### it should be /usr/sbin/...
  done
fi

[...]


> tei-xsl
> xml-base

> The easiest way to test these packages is to enter:

> http://www.toomanysecrets.net/~foster/cygwin/

> as an extra mirror site in setup.exe.

[...]

Gerrit
-- 
=^..^=


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