diff options
Diffstat (limited to 'matlab_usage_source/Makefile')
-rw-r--r-- | matlab_usage_source/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab_usage_source/Makefile b/matlab_usage_source/Makefile index 01fece1..3c1a5f0 100644 --- a/matlab_usage_source/Makefile +++ b/matlab_usage_source/Makefile @@ -1,6 +1,6 @@ # -*- make -*- # FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/matlab_usage_source/Makefile" -# LAST MODIFICATION: "Fri, 06 Sep 2013 17:45:34 -0400 (evmik)" +# LAST MODIFICATION: "Tue, 10 Sep 2013 11:34:28 -0400 (evmik)" # (C) 2001 by Eugeniy Mikhailov, <evmik@tamu.edu> # $Id: Makefile,v 1.3 2003/04/23 20:40:19 evmik Exp $ @@ -43,7 +43,7 @@ tex: $(tex_targets) $(html_targets): %.html : %.t2t - txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< + txt2tags --css-sugar -t html -o $@ $< $(pdf_targets): %.pdf : %.tex |