changeset 2623:906fd0ac655b octave-forge

cleanup a few more files
author adb014
date Sat, 07 Oct 2006 20:07:55 +0000
parents a3c31d71e1c7
children b17f965bada1
files extra/symband/doc/.cvsignore extra/symband/doc/Makefile
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/symband/doc/.cvsignore	Sat Oct 07 20:06:08 2006 +0000
+++ b/extra/symband/doc/.cvsignore	Sat Oct 07 20:07:55 2006 +0000
@@ -6,3 +6,5 @@
 html
 SymBandDoc
 *.pdf
+*.idx
+*.toc
--- a/extra/symband/doc/Makefile	Sat Oct 07 20:06:08 2006 +0000
+++ b/extra/symband/doc/Makefile	Sat Oct 07 20:07:55 2006 +0000
@@ -25,3 +25,5 @@
 	rm -f $(patsubst %.tex,%.aux,$(TEX))
 	rm -f $(patsubst %.tex,%.out,$(TEX))
 	rm -f $(patsubst %.tex,%.dvi,$(TEX))
+	rm -f $(patsubst %.tex,%.toc,$(TEX))
+	rm -f $(patsubst %.tex,%.idx,$(TEX))