version 1.56, 2019/03/29 03:01:45 |
version 1.58, 2021/03/29 08:09:55 |
|
|
# $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.55 2019/03/28 23:03:04 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 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}) |