[BACK]Return to README CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc

Diff for /OpenXM/src/asir-doc/README between version 1.1.1.1 and 1.4

version 1.1.1.1, 1999/12/08 05:47:43 version 1.4, 2018/10/18 06:30:29
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir99/doc/README,v 1.1 1999/11/15 03:50:12 noro Exp $ */  /* $OpenXM: OpenXM/src/asir-doc/README,v 1.3 2009/02/22 16:40:05 ohara Exp $ */
   
 0. make $B$K$O(B makeinfo, nkf $B$,I,MW$G$9(B. make html $B$K$O(B texi2html $B$,I,MW$G$9(B.  -1. Add your tex path to PATH and ./configure  Otherwise, the configure cannot
       find a path for xetex.
   0. Necessary applications
   
 1. $BC1$K(B make $B$9$k$H(B,  Makeinfo later than version 1.68 is necessary to make help files.
   Texi2html is required to make HTML files.
   (On Mac, "brew install texi2html")
   If it is not installed, texi2html.perl
   in this folder will be used.
   Additionally, nkf is required necessary to make Japanese versions.
   
 man.dvi  1. English version
 help-jp  
 euc  
   
 $B$,$G$-$^$9(B. euc $B$O:n6HMQ%G%#%l%/%H%j$G(B, $BA4(B texinfo source $B$r0lC6(B EUC $B$K(B  Type 'make'. Then the following will be made.
 $BJQ49$7$F(B, $B$=$N%G%#%l%/%H%j$G(B makeinfo $B$7(B, extract_func $B$H$$$&%W%m%0%i%`(B  
 help-jp directory $B$K(B, $B3F4X?t$4$H$K(B, JIS $B%3!<%I$N@bL@%U%!%$%k$,$G$-$^$9(B.  
 $BI,MW$,$"$l$P(B symbolic link $B$b:n$i$l$^$9(B.  
   
 2. make html $B$9$k$H(B, html directory $B$K(B, man_toc.html, man_xxx.html  man-en.dvi    user's manual
 $B$H$$$&%U%!%$%k$,BgNL$K$G$-$^$9(B.  tmp-en        PDF of the user's manual.
   help-en       help files; It should be placed in Asir library directory.
   html-en       HTML files; The table of contents file is html-en/man_toc.html.
   tmpEN*        working directories
   
 netscape man_toc.html  2. Japanese version
   
 $B$H$9$l$P(B, html $B7A<0$G%^%K%e%"%k$rFI$`$3$H$,$G$-$FJXMx$G$9(B.  Type 'make all-ja'. Then the following will be made.
   
   man-ja.dvi    users manual
   tmp-ja        PDF of the user's manual.
   help-ja       help files; It should be placed in Asir library directory.
   html-ja       HTML files; The table of contents file is html-ja/man_toc.html.
   tmpJA*        working directories
   
   html-exp-ja
   html-internal-ja
   
   
   
   
   
   
   
   
   
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>