This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: Fw: sgml to html


On Wed, Aug 07, 2002 at 11:58:02AM +0200, Martin Buck wrote:
> Andrew Lunn wrote:
> > Fails horribly on Debian :-(
> 
> Try it again (if you tried it on tux, that is).

That help. You also need the following patch. Its then possible to do

make html.

and it spits out hundreds of html files.

plain make fails, it trys to call nsgmls which it cannot find.

I will play with it more later.

  Andrew

Index: rules.doc
===================================================================
RCS file: /cvs/ecos/ecos/packages/pkgconf/rules.doc,v
retrieving revision 1.4
diff -c -u -r1.4 rules.doc
cvs server: conflicting specifications of output style
--- rules.doc   23 May 2002 23:08:24 -0000      1.4
+++ rules.doc   7 Aug 2002 10:16:26 -0000
@@ -65,7 +65,12 @@
     CATALOG          := /usr/lib/sgml/CATALOG
     DSSSL_CATALOG    := /usr/lib/sgml/stylesheets/nwalsh-modular/catalog
   else
-    Error: unable to locate DocBook tools.
+    ifneq (,$(wildcard /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/sgml.catalog))
+      CATALOG        := /usr/lib/sgml/catalog
+      DSSSL_CATALOG  := /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/sgml.catalog
+    else
+      Error: unable to locate DocBook tools.
+    endif
   endif
 endif
 ECOS_STYLESHEET  := $(TOPLEVEL)/pkgconf/stylesheet.dsl






-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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