Skip to content

Commit c350c38

Browse files
committed
#460 Small modification of the makefile of documents
1 parent 4cefe53 commit c350c38

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

HPhiconfig.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ HPhi:
147147
cd tool;make -f makefile_tool
148148
149149
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;
152152
cd doc/fourier/ja; make html latexpdfja
153153
cd doc/fourier/en; make html latexpdfja
154154
@@ -162,7 +162,6 @@ veryclean:
162162
cd doc/en; make -f makefile_doc_en clean
163163
cd doc/fourier/ja; make clean
164164
cd doc/fourier/en; make clean
165-
rm -f doc/userguide_??.pdf
166165
rm -f src/make.sys makefile
167166
EOF
168167
fi

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>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>

0 commit comments

Comments
 (0)