version 1.8, 2005/04/14 07:11:58 |
version 1.14, 2009/02/12 08:12:58 |
|
|
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.7 2005/04/14 04:40:23 takayama Exp $ |
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.13 2008/05/18 07:37:43 noro Exp $ |
RM=rm |
RM=rm |
|
|
INSTALL_doc=@prefix@/doc |
INSTALL_doc=@prefix@/doc |
Line 9 OXREPLACE=@prefix@/bin/oxreplace |
|
Line 9 OXREPLACE=@prefix@/bin/oxreplace |
|
|
|
SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \ |
SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \ |
pfpcoh phc plucker sm1 tigers \ |
pfpcoh phc plucker sm1 tigers \ |
todo_parametrize top |
todo_parametrize f_res taji_alc top noro_matrix mt_graph |
|
|
all : |
all : |
|
|
|
|
install-help: install-help-en install-help-ja |
install-help: install-help-en install-help-ja |
install-document : |
install-document : |
@if [ ! -f ./.install_document_done ] ; then \ |
@if [ ! -f ./.install_document_done ] ; then \ |
${RM} -rf ${INSTALL_lib}/asir-contrib ; \ |
${RM} -rf ${INSTALL_doc}/asir-contrib/ja ; \ |
|
${RM} -rf ${INSTALL_doc}/asir-contrib/en ; \ |
make install-html-doc ; \ |
make install-html-doc ; \ |
make fix-links ; \ |
make fix-links ; \ |
make install-dvi-ps-pdf-doc ; \ |
make install-dvi-ps-pdf-doc ; \ |