[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.55 and 1.58

version 1.55, 2019/03/28 23:03:04 version 1.58, 2021/03/29 08:09:55
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.54 2017/03/31 03:55:47 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 24  CURRENT_FILES=index.html index-ja.html index-spec.html
Line 24  CURRENT_FILES=index.html index-ja.html index-spec.html
               cmotag.h oxMessageTag.h smCommand.h \                cmotag.h oxMessageTag.h smCommand.h \
               anonymous.html ERRATA.html                anonymous.html ERRATA.html
   
 OXWEAVE_FILES_in_doc=install-en.txt install-ja.txt OpenXM-FAQ-en.txt OpenXM-FAQ-ja.txt  OXWEAVE_FILES_in_doc=install-en.txt install-ja.txt OpenXM-FAQ-en.txt OpenXM-FAQ-ja.txt OpenXM-FAQ-ja.txt.html
   
 LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_simple0.jpg  LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_simple0.jpg
   
Line 72  all-current-index: configure-dir
Line 72  all-current-index: configure-dir
         cp index-doc-asir-contrib2-en.html ${CURRENT_DOC}/asir-contrib          cp index-doc-asir-contrib2-en.html ${CURRENT_DOC}/asir-contrib
         cp index-license.html ${CURRENT_DOC}/index-license.html          cp index-license.html ${CURRENT_DOC}/index-license.html
         cp index-doc-asir-ja.html ${CURRENT_DOC}/index-doc-asir-ja.html          cp index-doc-asir-ja.html ${CURRENT_DOC}/index-doc-asir-ja.html
           cp index-doc-asir-en.html ${CURRENT_DOC}/index-doc-asir-en.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.55  
changed lines
  Added in v.1.58

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