File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ mvmc:
139
139
cd tool;make -f makefile_tool
140
140
141
141
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;
144
144
cd doc/fourier/ja; make html latexpdfja
145
145
cd doc/fourier/en; make html latexpdfja
146
146
@@ -154,7 +154,6 @@ veryclean:
154
154
cd doc/en; make -f makefile_doc_en clean
155
155
cd doc/fourier/ja; make clean
156
156
cd doc/fourier/en; make clean
157
- rm -f doc/userguide_??.pdf
158
157
rm -f src/make.sys makefile
159
158
EOF
160
159
fi
You can’t perform that action at this time.
0 commit comments