From: <k-...@us...> - 2014-01-23 05:29:38
|
Revision: 659 http://sourceforge.net/p/euslisp/code/659 Author: k-okada Date: 2014-01-23 05:29:33 +0000 (Thu, 23 Jan 2014) Log Message: ----------- generate toc for jmanual Modified Paths: -------------- trunk/EusLisp/doc/jlatex/Makefile Modified: trunk/EusLisp/doc/jlatex/Makefile =================================================================== --- trunk/EusLisp/doc/jlatex/Makefile 2013-11-29 09:29:09 UTC (rev 658) +++ trunk/EusLisp/doc/jlatex/Makefile 2014-01-23 05:29:33 UTC (rev 659) @@ -1,6 +1,10 @@ all: - make dvi dvi pdf + make toc dvi dvi pdf + +toc: + makeindex jmanual.tex + dvi: platex jmanual.tex @@ -9,4 +13,7 @@ clean: - rm -f *~ *.aux + rm -f *~ *.aux *.idx *.log *.toc *.out *.ind *.ilg + +distclean: clean + rm -f *.dvi *.pdf \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |