Annotation of OpenXM/src/asir-doc/README, Revision 1.4
1.4 ! takayama 1: /* $OpenXM: OpenXM/src/asir-doc/README,v 1.3 2009/02/22 16:40:05 ohara Exp $ */
1.2 noro 2:
1.4 ! takayama 3: -1. Add your tex path to PATH and ./configure Otherwise, the configure cannot
! 4: find a path for xetex.
1.2 noro 5: 0. Necessary applications
6:
7: Makeinfo later than version 1.68 is necessary to make help files.
1.4 ! takayama 8: Texi2html is required to make HTML files.
! 9: (On Mac, "brew install texi2html")
! 10: If it is not installed, texi2html.perl
! 11: in this folder will be used.
! 12: Additionally, nkf is required necessary to make Japanese versions.
1.2 noro 13:
14: 1. English version
15:
16: Type 'make'. Then the following will be made.
17:
1.4 ! takayama 18: man-en.dvi user's manual
! 19: tmp-en PDF of the user's manual.
1.3 ohara 20: help-en help files; It should be placed in Asir library directory.
21: html-en HTML files; The table of contents file is html-en/man_toc.html.
22: tmpEN* working directories
1.2 noro 23:
24: 2. Japanese version
25:
1.3 ohara 26: Type 'make all-ja'. Then the following will be made.
1.2 noro 27:
1.3 ohara 28: man-ja.dvi users manual
1.4 ! takayama 29: tmp-ja PDF of the user's manual.
1.3 ohara 30: help-ja help files; It should be placed in Asir library directory.
31: html-ja HTML files; The table of contents file is html-ja/man_toc.html.
32: tmpJA* working directories
1.2 noro 33:
1.4 ! takayama 34: html-exp-ja
! 35: html-internal-ja
1.2 noro 36:
37:
1.1 noro 38:
39:
40:
41:
42:
43:
44:
45:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>