diff --git a/doc/userguide.html b/doc/userguide.html new file mode 100644 index 00000000..ca15d9af --- /dev/null +++ b/doc/userguide.html @@ -0,0 +1,28 @@ + + + + + mVMC manual + + + + +

mVMC manuals

+ + + + diff --git a/mVMCconfig.sh b/mVMCconfig.sh index dfc86247..45bfd723 100755 --- a/mVMCconfig.sh +++ b/mVMCconfig.sh @@ -139,8 +139,8 @@ mvmc: cd tool;make -f makefile_tool userguide: - cd doc/jp/;make -f makefile_doc_jp;mv userguide_jp.pdf ../ - cd doc/en/;make -f makefile_doc_en;mv userguide_en.pdf ../ + cd doc/jp/;make -f makefile_doc_jp; + cd doc/en/;make -f makefile_doc_en; cd doc/fourier/ja; make html latexpdfja cd doc/fourier/en; make html latexpdfja @@ -154,7 +154,6 @@ veryclean: cd doc/en; make -f makefile_doc_en clean cd doc/fourier/ja; make clean cd doc/fourier/en; make clean - rm -f doc/userguide_??.pdf rm -f src/make.sys makefile EOF fi