wang cui wrote: >> You can always generate this yourself: >> % cd .../ecos/doc/sgml >> % ./makemakefile >> % make pdfa4 >> -or- >> % make pdfletter > > Hi, Gary: > As you wrote in a mail several days ago, I tried to generate docs myself. > I did it on CYGWIN platform, but failed at "% make pdfa4" command, > with below message: > > -------------------------------------------------------------------------------- > > > $ make pdfa4 > cp ./../../packages/devs/eth/synth/ecosynth/current/doc/overview.png > ./../../pa > ckages/devs/watchdog/synth/current/doc/asleep.png > ./../../packages/devs/watchdog > /synth/current/doc/awake.png > ./../../packages/hal/synth/arch/current/doc/filter > s.png ./../../packages/hal/synth/arch/current/doc/layout.png > ./../../packages/ha > l/synth/arch/current/doc/menu_edit.png > ./../../packages/hal/synth/arch/current/d > oc/menu_file.png > ./../../packages/hal/synth/arch/current/doc/menu_help.png ./../ > ../packages/hal/synth/arch/current/doc/menu_view.png > ./../../packages/hal/synth/ > arch/current/doc/preferences.png > ./../../packages/hal/synth/arch/current/doc/scr > een_main.png > ./../../packages/hal/synth/arch/current/doc/synth-io-overview.png > ./../../packages/io/i2c/current/doc/i2c_hw.png > ./../../packages/io/spi/current/ > doc/spi_net.png > ./../../packages/io/usb/eth/slave/current/doc/simple.png ./../. > ./packages/io/usb/eth/slave/current/doc/tcpip.png > ./../../packages/services/pro > file/gprof/current/doc/gprofrun.png . > jade -o ecos-ref-a4.tex -t tex -V tex-backend -d > ./../../packages/pkgconf/ssa4. > dsl#print ecos-ref.sgml > /bin/sh: jade: command not found > make: *** [ecos-ref-a4.pdf] Error 127 > -------------------------------------------------------------------------------- > > > > So where to get the "jade" utility? Thanks in advance! Please keep replies on the list so that all may benefit.
You need to get the 'openjade' documentation package installed. At least on my Fedora Core system, I see: [EMAIL PROTECTED] ~]# rpm -qif `which jade` Name : openjade Relocations: /usr Version : 1.3.2 Vendor: Red Hat, Inc. Release : 23.2 Build Date: Sun 12 Feb 2006 12:55:54 AM MST Install Date: Sat 06 May 2006 09:40:40 AM MDT Build Host: tweety.build.redhat.com Group : Applications/Text Source RPM: openjade-1.3.2-23.2.src.rpm Size : 3319213 License: Distributable Signature : DSA/SHA1, Mon 06 Mar 2006 01:33:18 PM MST, Key ID b44269d04f2a6fd2 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> Summary : A DSSSL implementation. Description : OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL (Document Style Semantics and Specification Language). OpenJade is based on James Clark's Jade implementation of DSSSL. OpenJade is a command-line application and a set of components. The DSSSL engine inputs an SGML or XML document and can output a variety of formats: XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. If you're doing this on some other system (CygWin, non-Linux, ...), the details will be different. You should be able to find more information in the archives for this list, as it's been discussed many times over the years. As mentioned on the list last week, you can also just download the latest [built] documents from CVS as well. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
