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

Diff for /OpenXM/src/asir-doc/Makefile.in between version 1.1 and 1.2

version 1.1, 2004/06/30 12:13:05 version 1.2, 2004/06/30 22:14:06
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/src/asir-doc/Makefile.in,v 1.1 2004/06/30 12:13:05 takayama Exp $
 OpenXM_HOME=@prefix@  OpenXM_HOME=@prefix@
 OpenXM_doc_asir2000=${OpenXM_HOME}/doc/asir2000  OpenXM_doc_asir2000=${OpenXM_HOME}/doc/asir2000
 OpenXM_lib_asir=${OpenXM_HOME}/lib/asir  OpenXM_lib_asir=${OpenXM_HOME}/lib/asir
Line 12  install:
Line 12  install:
         if [ ! -f .install_done ] ; then make install2 ; touch .install_done ; fi          if [ ! -f .install_done ] ; then make install2 ; touch .install_done ; fi
   
 all2: all-eg all-jp  all2: all-eg all-jp
 install2: install-eg install-jp  install2: install-eg install-jp install-man-pages
   
 all-eg: texindex extract_man extract_func man-eg.dvi help-eg html-eg  all-eg: texindex extract_man extract_func man-eg.dvi help-eg html-eg
 all-jp: texindex extract_man extract_func man-jp.dvi help-jp html-jp html-internal-ja html-exp-ja  all-jp: texindex extract_man extract_func man-jp.dvi help-jp html-jp html-internal-ja html-exp-ja
Line 36  install-jp: all-jp
Line 36  install-jp: all-jp
         -tar cf - html-exp-ja | ( cd ${OpenXM_doc_asir2000}; tar xf - )          -tar cf - html-exp-ja | ( cd ${OpenXM_doc_asir2000}; tar xf - )
   
 install-man-pages:  install-man-pages:
         -cp asir.1 ${OpenXM_man}          -install asir.1 ${OpenXM_man}
   
 configure:  configure:
         (cd jtexindex/C; ./configure; make clean)          (cd jtexindex/C; ./configure; make clean)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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