[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.54 and 1.57

version 1.54, 2017/03/31 03:55:47 version 1.57, 2020/03/14 02:25:07
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.53 2017/03/30 13:32:30 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.56 2019/03/29 03:01:45 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 71  all-current-index: configure-dir
Line 71  all-current-index: configure-dir
         cp index-doc-asir-contrib2-ja.html ${CURRENT_DOC}/asir-contrib          cp index-doc-asir-contrib2-ja.html ${CURRENT_DOC}/asir-contrib
         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-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
 all-current: all-current-index configure-dir  all-current: all-current-index configure-dir

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

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