=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/README,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -p -r1.1.1.1 -r1.4 --- OpenXM/src/asir-doc/README 1999/12/08 05:47:43 1.1.1.1 +++ OpenXM/src/asir-doc/README 2018/10/18 06:30:29 1.4 @@ -1,22 +1,45 @@ -/* $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 には makeinfo, nkf が必要です. make html には texi2html が必要です. +-1. Add your tex path to PATH and ./configure Otherwise, the configure cannot + find a path for xetex. +0. Necessary applications -1. 単に make すると, +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 -help-jp -euc +1. English version -ができます. euc は作業用ディレクトリで, 全 texinfo source を一旦 EUC に -変換して, そのディレクトリで makeinfo し, extract_func というプログラム -help-jp directory に, 各関数ごとに, JIS コードの説明ファイルができます. -必要があれば symbolic link も作られます. +Type 'make'. Then the following will be made. -2. make html すると, html directory に, man_toc.html, man_xxx.html -というファイルが大量にできます. +man-en.dvi user's manual +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 -とすれば, html 形式でマニュアルを読むことができて便利です. +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 + + + + + + + + +