Annotation of OpenXM/src/asir-doc/README, Revision 1.3
1.3 ! ohara 1: /* $OpenXM: OpenXM/src/asir-doc/README,v 1.2 1999/12/21 02:47:29 noro Exp $ */
1.2 noro 2:
3: 0. Necessary applications
4:
5: Makeinfo later than version 1.68 is necessary to make help files.
6: Texi2html is necessary to make HTML files.
7: Additionally, nkf is necessary to make Japanese versions.
8:
9: 1. English version
10:
11: Type 'make'. Then the following will be made.
12:
1.3 ! ohara 13: man-en.dvi users manual
! 14: help-en help files; It should be placed in Asir library directory.
! 15: html-en HTML files; The table of contents file is html-en/man_toc.html.
! 16: tmpEN* working directories
1.2 noro 17:
18: 2. Japanese version
19:
1.3 ! ohara 20: Type 'make all-ja'. Then the following will be made.
1.2 noro 21:
1.3 ! ohara 22: man-ja.dvi users manual
! 23: help-ja help files; It should be placed in Asir library directory.
! 24: html-ja HTML files; The table of contents file is html-ja/man_toc.html.
! 25: tmpJA* working directories
1.2 noro 26:
27:
28:
1.1 noro 29:
30:
31:
32:
33:
34:
35:
36:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>