Skip to content

Commit 7db8ef4

Browse files
committed
Add index of manuals
1 parent f3fd36f commit 7db8ef4

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

doc/userguide.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type"
4+
content="text/html; charset=utf-8">
5+
<meta http-equiv="X-UA-Compatible" CONTENT="IE=EmulateIE7" />
6+
<title>mVMC manual</title>
7+
<meta name="description" content="mVMC_manual">
8+
</head>
9+
<body>
10+
11+
<h1><p>mVMC manuals</p></h1>
12+
<ul>
13+
<li><h2><a href="./en/userguide_en.pdf" target="_blank">mVMC English manual</a></h2></li>
14+
<li><h2><a href="./jp/userguide_jp.pdf" target="_blank">mVMC Japanese manual</a></h2></li>
15+
<li><h2>
16+
Fourier utility English manual (
17+
<a href="./fourier/en/_build/html/index.html" target="_blank">HTML</a>/
18+
<a href="./fourier/en/_build/latex/fourier.pdf" target="_blank">PDF</a>)
19+
</h2></li>
20+
<li><h2>
21+
Fourier utility Japanese manual (
22+
<a href="./fourier/ja/_build/html/index.html" target="_blank">HTML</a>/
23+
<a href="./fourier/ja/_build/latex/fourier.pdf" target="_blank">PDF</a>)
24+
</h2></li>
25+
</ul>
26+
27+
</body>
28+
</html>

mVMCconfig.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ mvmc:
139139
cd tool;make -f makefile_tool
140140
141141
userguide:
142-
cd doc/jp/;make -f makefile_doc_jp;mv userguide_jp.pdf ../
143-
cd doc/en/;make -f makefile_doc_en;mv userguide_en.pdf ../
142+
cd doc/jp/;make -f makefile_doc_jp;
143+
cd doc/en/;make -f makefile_doc_en;
144144
cd doc/fourier/ja; make html latexpdfja
145145
cd doc/fourier/en; make html latexpdfja
146146
@@ -154,7 +154,6 @@ veryclean:
154154
cd doc/en; make -f makefile_doc_en clean
155155
cd doc/fourier/ja; make clean
156156
cd doc/fourier/en; make clean
157-
rm -f doc/userguide_??.pdf
158157
rm -f src/make.sys makefile
159158
EOF
160159
fi

0 commit comments

Comments
 (0)