Skip to content

Commit

Permalink
#460 Small modification of the makefile of documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Apr 11, 2017
1 parent 4cefe53 commit c350c38
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
5 changes: 2 additions & 3 deletions HPhiconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ HPhi:
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
Expand All @@ -162,7 +162,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
28 changes: 28 additions & 0 deletions doc/userguide.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" CONTENT="IE=EmulateIE7" />
<title>HPhi manual</title>
<meta name="description" content="HPhi_manual">
</head>
<body>

<h1><p>HPhi manuals</p></h1>
<ul>
<li><h2><a href="./en/userguide_en.pdf" target="_blank">HPhi English manual</a></h2></li>
<li><h2><a href="./jp/userguide_jp.pdf" target="_blank">HPhi Japanese manual</a></h2></li>
<li><h2>
Fourier utility English manual (
<a href="./fourier/en/_build/html/index.html" target="_blank">HTML</a>/
<a href="./fourier/en/_build/latex/fourier.pdf" target="_blank">PDF</a>)
</h2></li>
<li><h2>
Fourier utility Japanese manual (
<a href="./fourier/ja/_build/html/index.html" target="_blank">HTML</a>/
<a href="./fourier/ja/_build/latex/fourier.pdf" target="_blank">PDF</a>)
</h2></li>
</ul>

</body>
</html>

0 comments on commit c350c38

Please sign in to comment.