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

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

Revision 1.5, Wed Jan 23 03:18:27 2008 UTC (16 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +10 -1 lines

Merged the manual on taji_alc to the top manual.

%$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.5 2008/01/23 03:18:27 takayama Exp $

cd OpenXM/src/util; make install
cd OpenXM/src/asir-doc; make install
are required for "make install" or "make install-document" 
in this directory.

-------------------------------------------------------------

* How to generate the OpenXM-contrib documents:

make install-document

You will get html, dvi, ps, pdf documents  under the directories
${OpenXM_HOME}/doc/asir-contrib/en
and
${OpenXM_HOME}/doc/asir-contrib/ja

------------------------------------------------------
* How to generate the OpenXM-contrib online helps:

make install

You will have online helps under the directories
${OpenXM_HOME}/lib/asir/help-eg/xm.help
and
${OpenXM_HOME}/lib/asir/help-jp/xm.help

------------------------------------------------------
* In order to get a document in the directory xxx,
  cd xxx
  make              ( generating texinfo files)
  make gen-dvi-ja   ( generating dvi (ja) documents)
  make gen-dvi-en   ( generating dvi (en) documents)
  make gen-html-ja  ( generating html (ja) documents)
  make gen-html-en  ( generating html (en) documents)


---------------------------------------------------------
* How to write a new document for your package.

  Please read oxgentexi/readme-ja.txt



------------------
How to add new documents?
Edit Makefile.in
Edit top/misc.oxw

See todo_parametrize as an example.

If it is not written in texinfo style, please only refer to top/misc.oxw