changeset 2732:8696f4d4f115 octave-forge

COpy latex2html nav buttons
author adb014
date Fri, 20 Oct 2006 17:56:20 +0000
parents 34131072cb1c
children b93369f33c4a
files extra/MacOSX/doc/Makefile extra/symband/doc/Makefile main/optim/doc/Makefile main/vrml/doc/Makefile
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/extra/MacOSX/doc/Makefile	Thu Oct 19 22:01:26 2006 +0000
+++ b/extra/MacOSX/doc/Makefile	Fri Oct 20 17:56:20 2006 +0000
@@ -13,7 +13,7 @@
 # Note verbosity=0 as well as making latex2html quieter, has the side-effect
 # of not including a url to the raw text, which it'll get wrong
 html/index.html : $(TEX)
-	latex2html -verbosity=0 $<
+	latex2html -verbosity=0 -local_icons $<
 	if [ -e "html" ]; then \
 	  rm -fr html; \
 	fi; \
--- a/extra/symband/doc/Makefile	Thu Oct 19 22:01:26 2006 +0000
+++ b/extra/symband/doc/Makefile	Fri Oct 20 17:56:20 2006 +0000
@@ -13,7 +13,7 @@
 # Note verbosity=0 as well as making latex2html quieter, has the side-effect
 # of not including a url to the raw text, which it'll get wrong
 html/index.html : $(TEX)
-	latex2html -verbosity=0 $<
+	latex2html -verbosity=0 -local_icons $<
 	if [ -e "html" ]; then \
 	  rm -fr html; \
 	fi; \
--- a/main/optim/doc/Makefile	Thu Oct 19 22:01:26 2006 +0000
+++ b/main/optim/doc/Makefile	Fri Oct 20 17:56:20 2006 +0000
@@ -21,7 +21,7 @@
 # Note verbosity=0 as well as making latex2html quieter, has the side-effect
 # of not including a url to the raw text, which it'll get wrong
 html/%/index.html : %.tex
-	latex2html -verbosity=0 $<
+	latex2html -verbosity=0 -local_icons $<
 	if [ ! -e "html" ]; then \
 	  mkdir html; \
 	fi; \
--- a/main/vrml/doc/Makefile	Thu Oct 19 22:01:26 2006 +0000
+++ b/main/vrml/doc/Makefile	Fri Oct 20 17:56:20 2006 +0000
@@ -13,7 +13,7 @@
 # Note verbosity=0 as well as making latex2html quieter, has the side-effect
 # of not including a url to the raw text, which it'll get wrong
 html/index.html : $(TEX)
-	latex2html -verbosity=0 $<
+	latex2html -verbosity=0 -local_icons $<
 	if [ -e "html" ]; then \
 	  rm -fr html; \
 	fi; \