[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.9 and 1.10

version 1.9, 2006/02/08 04:16:31 version 1.10, 2006/02/08 04:23:11
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.8 2005/04/14 07:11:58 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.9 2006/02/08 04:16:31 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/ja ; \                  ${RM} -rf ${INSTALL_doc}/asir-contrib/ja ; \
                 ${RM} -rf ${INSTALL_lib}/asir-contrib/en ; \                  ${RM} -rf ${INSTALL_doc}/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.9  
changed lines
  Added in v.1.10

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