/[classpath]/classpath/doc/www.gnu.org/faq/faq.wml
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/faq/faq.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by patrik_reali, Thu Jan 27 07:57:14 2005 UTC revision 1.15 by patrik_reali, Thu Jan 27 22:09:31 2005 UTC
# Line 463  make && make install Line 463  make && make install
463  <br><li>Create a simple gjdoc script and put it in your PATH:<br>  <br><li>Create a simple gjdoc script and put it in your PATH:<br>
464    
465  <code>  <code>
466    #!/bin/sh<br>    &#35;!/bin/sh<br>
467    CLASSPATH=/home/mark/src/libxmlj:/home/mark/src/gjdoc/src/resources \<br>    CLASSPATH=/home/mark/src/libxmlj:/home/mark/src/gjdoc/src/resources \<br>
468    LD_LIBRARY_PATH=/usr/local/libxmlj/lib \<br>    LD_LIBRARY_PATH=/usr/local/libxmlj/lib \<br>
469    /home/mark/src/gjdoc/src/gjdoc $*    /home/mark/src/gjdoc/src/gjdoc $*
# Line 480  crashes then make sure that your java so Line 480  crashes then make sure that your java so
480  entities.  entities.
481    
482    
483  Alternatively, you may also try the following command (the one used to generate the doc on <createlink url="http://developer.classpath.org/doc/">):  <p>Alternatively, you may also try the following command (the one used to generate the doc on <createlink url="http://developer.classpath.org/doc/">):<br>
484    <ul>
485  <code>  <code>
486  $(GJDOC) -public -use \  &#36;(GJDOC) -public -use \<br>
487          -sourcepath "$(sourcepath)" \          -sourcepath "$(sourcepath)" \<br>
488          -encoding UTF-8 \          -encoding UTF-8 \<br>
489          -breakiterator \          -breakiterator \<br>
490          -licensetext \          -licensetext \<br>
491          -linksource \          -linksource \<br>
492          -splitindex \          -splitindex \<br>
493          -d html \          -d html \<br>
494          -doctitle "GNU Classpath $(VERSION)" \          -doctitle "GNU Classpath $(VERSION)" \<br>
495          -windowtitle "GNU Classpath $(VERSION) Documentation" \          -windowtitle "GNU Classpath $(VERSION) Documentation" \<br>
496          -header $(classpathbox) -footer $(classpathbox) \          -header $(classpathbox) -footer $(classpathbox) \<br>
497          -subpackages java:javax:org          -subpackages java:javax:org
498  </code>  </code>
499    </ul>
500    
501  </faq>  </faq>
502  </faq-section>  </faq-section>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26