=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/README,v retrieving revision 1.6 retrieving revision 1.12 diff -u -p -r1.6 -r1.12 --- OpenXM/src/asir-contrib/packages/doc/README 2009/02/14 08:34:38 1.6 +++ OpenXM/src/asir-contrib/packages/doc/README 2016/10/12 02:19:16 1.12 @@ -1,4 +1,4 @@ -%$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.5 2008/01/23 03:18:27 takayama Exp $ +%$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.11 2011/02/22 01:25:28 takayama Exp $ cd OpenXM/src/util; make install cd OpenXM/src/asir-doc; make install @@ -6,7 +6,14 @@ are required for "make install" or "make install-docum in this directory. ------------------------------------------------------------- - +* Reconstruct all +rm .*done ; make clean ; ./make-configure ; make +make install +** To check +${BROWSER} ${OpenXM_HOME}/doc/asir-contrib/ja/cman-html/cman-ja_toc.html +** Partial reconstruction +make clean --> e.g., cd top ; rm .*done +----------- * How to generate the OpenXM-contrib documents: make install-document @@ -22,9 +29,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, @@ -61,7 +68,13 @@ cd asir-contrib rm .*done ./make-configure cd packages/doc -make install-html-doc -make fix-links +rm .ins*.done ; ./make-configure (if necessary) +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_toc.html \ No newline at end of file +and open cman-html/cman-ja_toc.html + +The -split mode of texinfo makes different behavior between version. +Asir contrib no longer uses the split mode. 2009.02.15