Skip to content

Commit

Permalink
add documents for b64f58d
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Feb 8, 2015
1 parent b64f58d commit de8cd14
Show file tree
Hide file tree
Showing 1,018 changed files with 263,068 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/html/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
all:
-rm -fr *.aux *.log *.pl *.tex *.old *.css *.idx WARNINGS *.html *.png
sed -i 's@^\(\\\usepackage.*{hyperref}\)@%\1@' ../latex/manual.tex
sed -i 's@^\(\\\usepackage.*{hyperref}\)@%\1@' ../jlatex/jmanual.tex
sed -i 's@\\\documentclass\[\]{jarticle}@\\\documentclass\[\]{article}@' ../jlatex/jmanual.tex
sed -i 's@^\\\ifnum 42146@%\\\ifnum 42146@' ../jlatex/jmanual.tex
(cd ../latex; git diff manual.tex)
(cd ../jlatex; git diff jmanual.tex)
(cd ../latex; make html; make html)
(cd ../jlatex; make html; make html)
sed -i 's@%\(\\\usepackage.*{hyperref}\)@\1@' ../latex/manual.tex
sed -i 's@%\(\\\usepackage.*{hyperref}\)@\1@' ../jlatex/jmanual.tex
sed -i 's@\\\documentclass\[\]{article}@\\\documentclass\[\]{jarticle}@' ../jlatex/jmanual.tex
sed -i 's@^%\\\ifnum 42146@\\\ifnum 42146@' ../jlatex/jmanual.tex
-(cd ../latex; git diff manual.tex)
-(cd ../jlatex; git diff jmanual.tex)
-rm -fr *.aux *.log *.pl *.tex *.old *.css *.idx WARNINGS index.html

Binary file added doc/html/contents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/html/footnote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit de8cd14

Please sign in to comment.