=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/README,v retrieving revision 1.4 retrieving revision 1.9 diff -u -p -r1.4 -r1.9 --- OpenXM/src/asir-contrib/packages/doc/README 2005/04/14 07:15:08 1.4 +++ OpenXM/src/asir-contrib/packages/doc/README 2009/02/22 17:30:03 1.9 @@ -1,4 +1,4 @@ -%$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.3 2005/04/14 05:10:58 takayama Exp $ +%$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.8 2009/02/15 02:19:40 takayama Exp $ cd OpenXM/src/util; make install cd OpenXM/src/asir-doc; make install @@ -22,9 +22,9 @@ ${OpenXM_HOME}/doc/asir-contrib/ja make install You will have online helps under the directories -${OpenXM_HOME}/lib/asir/help-eg/xm.help +${OpenXM_HOME}/lib/asir/help-en/xm.help and -${OpenXM_HOME}/lib/asir/help-jp/xm.help +${OpenXM_HOME}/lib/asir/help-ja/xm.help ------------------------------------------------------ * In order to get a document in the directory xxx, @@ -43,3 +43,30 @@ ${OpenXM_HOME}/lib/asir/help-jp/xm.help +------------------ +How to add new documents? +Edit Makefile.in +Edit top/misc.oxw +Edit top/fix-links.sh + +See todo_parametrize as an example. +See also f_res and mt_graph. + +If it is not written in texinfo style, please only refer in top/misc.oxw + + +------------------ +How to check links to subdocuments. (2009.02.14, for texi2html 1.76 on Debian/Etch) +cd asir-contrib +rm .*done +./make-configure +cd packages/doc +make clean +make install +make install-html-doc +make fix-links +cd ${OpenXM_HOME}/doc/asir-contrib/ja +and open cman-html/cman-ja/cman-ja.html + +The -split mode of texinfo makes different behavior between version. +Asir contrib no longer uses the split mode. 2009.02.15