Mercurial > ecos
diff packages/pkgconf/stylesheet.dsl @ 161:ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
| author | jlarmour |
|---|---|
| date | Sun, 10 Jun 2001 19:35:23 +0000 |
| parents | f0e3fb000de8 |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/pkgconf/stylesheet.dsl +++ b/packages/pkgconf/stylesheet.dsl @@ -10,7 +10,7 @@ <!-- ####COPYRIGHTBEGIN#### --> <!-- --> <!-- =============================================================== --> -<!-- Copyright (C) 2000 Red Hat, Inc. --> +<!-- Copyright (C) 2000, 2001 Red Hat, Inc. --> <!-- --> <!-- This file is part of the eCos host tools. --> <!-- --> @@ -50,11 +50,11 @@ <!ENTITY % html "IGNORE"> <![%html;[ <!ENTITY % print "IGNORE"> -<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl" CDATA dsssl> +<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl> ]]> <!ENTITY % print "INCLUDE"> <![%print;[ -<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl" CDATA dsssl> +<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl> ]]> ]>
