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 @@ -147,8 +147,8 @@ HPhi:
147
147
cd tool;make -f makefile_tool
148
148
149
149
userguide:
150
- cd doc/jp/;make -f makefile_doc_jp;mv userguide_jp.pdf ../
151
- cd doc/en/;make -f makefile_doc_en;mv userguide_en.pdf ../
150
+ cd doc/jp/;make -f makefile_doc_jp;
151
+ cd doc/en/;make -f makefile_doc_en;
152
152
cd doc/fourier/ja; make html latexpdfja
153
153
cd doc/fourier/en; make html latexpdfja
154
154
@@ -162,7 +162,6 @@ veryclean:
162
162
cd doc/en; make -f makefile_doc_en clean
163
163
cd doc/fourier/ja; make clean
164
164
cd doc/fourier/en; make clean
165
- rm -f doc/userguide_??.pdf
166
165
rm -f src/make.sys makefile
167
166
EOF
168
167
fi
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 > HPhi manual</ title >
7
+ < meta name ="description " content ="HPhi_manual ">
8
+ </ head >
9
+ < body >
10
+
11
+ < h1 > < p > HPhi manuals</ p > </ h1 >
12
+ < ul >
13
+ < li > < h2 > < a href ="./en/userguide_en.pdf " target ="_blank "> HPhi English manual</ a > </ h2 > </ li >
14
+ < li > < h2 > < a href ="./jp/userguide_jp.pdf " target ="_blank "> HPhi 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 >
You can’t perform that action at this time.
0 commit comments