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

Diff for /OpenXM/src/asir-contrib/packages/doc/README between version 1.3 and 1.12

version 1.3, 2005/04/14 05:10:58 version 1.12, 2016/10/12 02:19:16
Line 1 
Line 1 
 %$OpenXM: OpenXM/src/asir-contrib/packages/doc/README,v 1.2 1999/12/11 13:51:18 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
   are required for "make install" or "make install-document"
   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:  * How to generate the OpenXM-contrib documents:
   
 make install-document  make install-document
Line 15  ${OpenXM_HOME}/doc/asir-contrib/ja
Line 29  ${OpenXM_HOME}/doc/asir-contrib/ja
 make install  make install
   
 You will have online helps under the directories  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  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,  * In order to get a document in the directory xxx,
Line 36  ${OpenXM_HOME}/lib/asir/help-jp/xm.help
Line 50  ${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
   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_toc.html
   
   The -split mode of texinfo makes different behavior between version.
   Asir contrib no longer uses the split mode.  2009.02.15

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.12

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>