[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.15

version 1.8, 2005/04/14 07:11:58 version 1.15, 2009/02/14 08:34:38
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.14 2009/02/12 08:12:58 takayama Exp $
 RM=rm  RM=rm
   
 INSTALL_doc=@prefix@/doc  INSTALL_doc=@prefix@/doc
Line 9  OXREPLACE=@prefix@/bin/oxreplace
Line 9  OXREPLACE=@prefix@/bin/oxreplace
   
 SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \  SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \
    pfpcoh phc plucker sm1 tigers \     pfpcoh phc plucker sm1 tigers \
    todo_parametrize top     todo_parametrize f_res taji_alc top noro_matrix mt_graph
   
 all :  all :
   
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_doc}/asir-contrib/ja ; \
                   ${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 ; \
Line 56  install-dvi-ps-pdf-doc-ja: 
Line 57  install-dvi-ps-pdf-doc-ja: 
   
 fix-links: fix-links-en fix-links-ja  fix-links: fix-links-en fix-links-ja
 fix-links-ja:  fix-links-ja:
         cp top/fix-link.sh ${INSTALL_doc}/asir-contrib/ja/cman-html          cp top/fix-link.sh ${INSTALL_doc}/asir-contrib/ja/cman-html/cman-ja
         (cd ${INSTALL_doc}/asir-contrib/ja/cman-html; sh ./fix-link.sh ja ${OXREPLACE})          (cd ${INSTALL_doc}/asir-contrib/ja/cman-html/cman-ja; sh ./fix-link.sh ja ${OXREPLACE})
 fix-links-en:  fix-links-en:
         cp top/fix-link.sh ${INSTALL_doc}/asir-contrib/en/cman-html          cp top/fix-link.sh ${INSTALL_doc}/asir-contrib/en/cman-html/cman-en
         (cd ${INSTALL_doc}/asir-contrib/en/cman-html; sh ./fix-link.sh en ${OXREPLACE})          (cd ${INSTALL_doc}/asir-contrib/en/cman-html/cman-en; sh ./fix-link.sh en ${OXREPLACE})
   
 clean:  clean:
         -${RM} -rf ./.*done config.log config.status autom4te.cache          -${RM} -rf ./.*done config.log config.status autom4te.cache

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

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