version 1.50, 2005/11/18 12:20:58 |
version 1.56, 2019/03/29 03:01:45 |
|
|
# $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.49 2005/06/17 02:46:34 takayama Exp $ |
# $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.55 2019/03/28 23:03:04 takayama Exp $ |
# |
# |
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
OpenXM_include=${OpenXM_HOME}/include |
OpenXM_include=${OpenXM_HOME}/include |
Line 30 LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_si |
|
Line 30 LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_si |
|
|
|
MANUALS=asir2000 asir-contrib kan96xx ox_math |
MANUALS=asir2000 asir-contrib kan96xx ox_math |
|
|
|
usage: |
|
@echo "targets are all" |
|
@echo "all-top (copy only top html files to web)" |
|
@echo "all-current (generates html files form texi etc and copy to web)" |
|
@echo "all-current-index (no new generation of html files from texi etc, <all-current)" |
|
@echo "all-current-spec" |
all: all-stable all-ascm2001 all-current all-top all-current-spec |
all: all-stable all-ascm2001 all-current all-top all-current-spec |
@echo "************************************************************" |
@echo "************************************************************" |
@echo "* cp -r /home/web/OpenXM/Current /home/web/OpenXM/x.y.z *" |
@echo "* cp -r /home/web/OpenXM/Current /home/web/OpenXM/x.y.z *" |
Line 58 all-ascm2001: configure-dir |
|
Line 64 all-ascm2001: configure-dir |
|
make -f Makefile-intro all-html-ascm |
make -f Makefile-intro all-html-ascm |
-(cd ${OpenXM_ascm} ; ${RSYNC} ascm2001 ${OXHOME}/ascm2001) |
-(cd ${OpenXM_ascm} ; ${RSYNC} ascm2001 ${OXHOME}/ascm2001) |
|
|
all-current: configure-dir |
all-current-index: configure-dir |
(cd ${OpenXM_doc} ; make all) |
|
(cd ${OpenXM_doc} ; ${RSYNC} ${OXWEAVE_FILES_in_doc} ${CURRENT}) |
|
${RSYNC} ${CURRENT_FILES} ${CURRENT} |
|
cp index-doc.html ${CURRENT_DOC}/index-doc.html |
cp index-doc.html ${CURRENT_DOC}/index-doc.html |
cp index-doc-ja.html ${CURRENT_DOC}/index-doc-ja.html |
cp index-doc-ja.html ${CURRENT_DOC}/index-doc-ja.html |
|
cp google-ja.html ${CURRENT_DOC}/google-ja.html |
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-ja.html ${CURRENT}/video-ja.html |
|
all-current: all-current-index configure-dir |
|
(cd ${OpenXM_doc} ; make all) |
|
(cd ${OpenXM_doc} ; ${RSYNC} ${OXWEAVE_FILES_in_doc} ${CURRENT}) |
|
${RSYNC} ${CURRENT_FILES} ${CURRENT} |
@echo "***************************************************" |
@echo "***************************************************" |
@echo "* Have you done (cd OpenXM/src ; make install) *" |
@echo "* Have you done (cd OpenXM/src ; make install) *" |
@echo "* (cd OpenXM/src ; make install-document) " |
@echo "* (cd OpenXM/src ; make install-document) " |