version 1.9, 2006/02/08 04:16:31 |
version 1.16, 2009/02/15 01:51:12 |
|
|
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.8 2005/04/14 07:11:58 takayama Exp $ |
#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.15 2009/02/14 08:34:38 takayama 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/ja ; \ |
${RM} -rf ${INSTALL_doc}/asir-contrib/ja ; \ |
${RM} -rf ${INSTALL_lib}/asir-contrib/en ; \ |
${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 ; \ |