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

File: [local] / OpenXM / src / asir-doc / README (download)

Revision 1.2, Tue Dec 21 02:47:29 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.1: +28 -14 lines

Now 'asir-doc' can produce both English and Japanese versions of
manuals, help files and HTML files. See README for detail.
Though Takayama-san's effort to enhance 'oxweave', it is still
difficult to use it as is for 'asir-doc', so currently 'extract_man.c'
is used to extract manual sources for a specific language.

/* $OpenXM: OpenXM/src/asir-doc/README,v 1.2 1999/12/21 02:47:29 noro Exp $ */

0. Necessary applications

Makeinfo later than version 1.68 is necessary to make help files.
Texi2html is necessary to make HTML files.
Additionally, nkf is necessary to make Japanese versions.

1. English version

Type 'make'. Then the following will be made.

man-eg.dvi    users manual
help-eg       help files; It should be placed in Asir library directory.
html-eg       HTML files; The table of contents file is html-eg/man_toc.html.
tmpEG*        working directories

2. Japanese version

Type 'make all-jp'. Then the following will be made.

man-jp.dvi    users manual
help-jp       help files; It should be placed in Asir library directory.
html-jp       HTML files; The table of contents file is html-jp/man_toc.html.
tmpJP*        working directories