version 1.9, 2006/02/08 04:16:31 |
version 1.10, 2006/02/08 04:23:11 |
|
|
#$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.9 2006/02/08 04:16:31 takayama Exp $ |
RM=rm |
RM=rm |
|
|
INSTALL_doc=@prefix@/doc |
INSTALL_doc=@prefix@/doc |
|
|
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 ; \ |