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


> > What version of jade are you using? We have
> > 
> > jade -v
> > jade:I: Jade version "1.2.1"
> > jade:I: SP version "1.3.4"
> > 
> > which seems to be working OK.
> > 
> 
> The same.

Strange. 

Whats the command line it is using? I have

jade -t sgml -i html -c /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/sgml.catalog -d ../../packages/pkgconf/stylesheet.dsl#html ecos.sgml

Maybe we have hacked makemakefile in different ways?

      Andrew

Index: makemakefile
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/makemakefile,v
retrieving revision 1.1
diff -c -u -r1.1 makemakefile
cvs server: conflicting specifications of output style
--- makemakefile        20 May 2002 22:19:26 -0000      1.1
+++ makemakefile        7 Aug 2002 14:14:07 -0000
@@ -53,7 +53,7 @@
 #####DESCRIPTIONEND####
 #=============================================================================
 
-TOPLEVEL   := ../../ecc
+TOPLEVEL   := ../../packages
 EOF
 /bin/echo -n MAIN_SGML   := ecos.sgml >> makefile
 
@@ -70,12 +70,12 @@
 for i in `cat doclist`; do
   line="`echo $i | sed 's/#.*//;'`"
   if (test ! -z $line); then
-   /bin/echo -n " ../../ecc/$i" >> makefile
+   /bin/echo -n " ../../packages/$i" >> makefile
    entityi="`echo $i | sed 's@/@-@g; s@\.@-@g; s@_@-@g'`"
-   echo "<!ENTITY $entityi SYSTEM \"../../ecc/$i\">" >> ecos.sgml
+   echo "<!ENTITY $entityi SYSTEM \"../../packages/$i\">" >> ecos.sgml
   fi
 done
-echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../ecc/hal/common/current/doc/porting.sgml\">" >> ecos.sgml
+echo "<!ENTITY hal-common-current-doc-porting-sgml SYSTEM \"../../packages/hal/common/current/doc/porting.sgml\">" >> ecos.sgml
 
 cat >> makefile <<EOF
 


-- 
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]