|
From: <k-...@us...> - 2014-01-23 09:41:21
|
Revision: 668
http://sourceforge.net/p/euslisp/code/668
Author: k-okada
Date: 2014-01-23 09:41:12 +0000 (Thu, 23 Jan 2014)
Log Message:
-----------
add latex2html
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/Makefile
Modified: trunk/EusLisp/doc/jlatex/Makefile
===================================================================
--- trunk/EusLisp/doc/jlatex/Makefile 2014-01-23 09:40:32 UTC (rev 667)
+++ trunk/EusLisp/doc/jlatex/Makefile 2014-01-23 09:41:12 UTC (rev 668)
@@ -17,4 +17,12 @@
rm -f *~ *.aux *.idx *.log *.toc *.out *.ind *.ilg
distclean: clean
- rm -f *.dvi *.pdf
\ No newline at end of file
+ rm -f *.dvi *.pdf
+
+html:
+ nkf --in-place -e *.tex
+ latex2html -dir ../html/ -local_icons -auto_prefix -iso_language JP jmanual
+ nkf --in-place -j *.tex
+ (cd ../html; nkf --in-place -s jmanual*.html)
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|