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

Diff for /OpenXM/src/asir-contrib/packages/doc/Makefile.in between version 1.8 and 1.9

version 1.8, 2005/04/14 07:11:58 version 1.9, 2006/02/08 04:16:31
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.7 2005/04/14 04:40:23 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.8 2005/04/14 07:11:58 takayama Exp $
 RM=rm  RM=rm
   
 INSTALL_doc=@prefix@/doc  INSTALL_doc=@prefix@/doc
Line 23  install : 
Line 23  install : 
 install-help: install-help-en install-help-ja  install-help: install-help-en install-help-ja
 install-document :  install-document :
         @if [ ! -f ./.install_document_done ] ; then \          @if [ ! -f ./.install_document_done ] ; then \
                 ${RM} -rf ${INSTALL_lib}/asir-contrib ; \                  ${RM} -rf ${INSTALL_lib}/asir-contrib/ja ; \
                   ${RM} -rf ${INSTALL_lib}/asir-contrib/en ; \
             make install-html-doc ; \              make install-html-doc ; \
                 make fix-links ; \                  make fix-links ; \
             make install-dvi-ps-pdf-doc ; \              make install-dvi-ps-pdf-doc ; \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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