[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/Makefile between version 1.57 and 1.58

version 1.57, 2020/03/14 02:25:07 version 1.58, 2021/03/29 08:09:55
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.56 2019/03/29 03:01:45 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.57 2020/03/14 02:25:07 takayama Exp $
 #  #
 OpenXM_HOME=../..  OpenXM_HOME=../..
 OpenXM_include=${OpenXM_HOME}/include  OpenXM_include=${OpenXM_HOME}/include
Line 76  all-current-index: configure-dir
Line 76  all-current-index: configure-dir
         cp index-doc-asir-en.html ${CURRENT_DOC}/index-doc-asir.html          cp index-doc-asir-en.html ${CURRENT_DOC}/index-doc-asir.html
         cp video.html ${CURRENT}/video.html          cp video.html ${CURRENT}/video.html
         cp video-ja.html ${CURRENT}/video-ja.html          cp video-ja.html ${CURRENT}/video-ja.html
           ${RSYNC} ${CURRENT_FILES} ${CURRENT}
 all-current: all-current-index configure-dir  all-current: all-current-index configure-dir
         (cd ${OpenXM_doc} ; make all)          (cd ${OpenXM_doc} ; make all)
         (cd ${OpenXM_doc} ; ${RSYNC} ${OXWEAVE_FILES_in_doc} ${CURRENT})          (cd ${OpenXM_doc} ; ${RSYNC} ${OXWEAVE_FILES_in_doc} ${CURRENT})

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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