=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Makefile.in,v retrieving revision 1.24 retrieving revision 1.28 diff -u -p -r1.24 -r1.28 --- OpenXM/src/asir-contrib/packages/doc/Makefile.in 2014/03/27 07:28:07 1.24 +++ OpenXM/src/asir-contrib/packages/doc/Makefile.in 2016/10/12 02:19:16 1.28 @@ -1,4 +1,4 @@ -#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.23 2012/02/25 06:07:48 takayama Exp $ +#$OpenXM: OpenXM/src/asir-contrib/packages/doc/Makefile.in,v 1.27 2016/08/24 07:39:41 noro Exp $ RM=rm -f LANGUAGES = en ja @@ -6,11 +6,12 @@ LANGUAGES = en ja bindir=@prefix@/bin LIBDIR=@prefix@/lib/asir DOCDIR=@prefix@/doc/asir-contrib +DOCDIRTOP=@prefix@/doc SUBDIRS=dsolv gnuplot mathematica ok_diff ok_dmodule om \ pfpcoh phc plucker sm1 tigers \ todo_parametrize f_res taji_alc top noro_matrix mt_graph nn_ndbf noro_mwl noro_pd \ - ns_twistedlog nk_fb_gen_c + ns_twistedlog nk_fb_gen_c gtt_ekn n_wishartd noro_module_syz all : @@ -32,6 +33,7 @@ install-help: all install-document: all @if [ ! -f ./.install_doc_done ] ; then \ for i in ${SUBDIRS}; do (cd $$i && ${MAKE} install-document); done ; \ + install -m 0644 asir-doc-top.html ${DOCDIRTOP} ; \ touch ./.install_doc_done ; \ else \ echo "NOTE: Installation of document is already done. Remove .install_doc_done for a new installation." ; \