summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--labreport_sample_source/Makefile4
-rw-r--r--matlab_usage_source/Makefile4
-rw-r--r--syllabus_source/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/labreport_sample_source/Makefile b/labreport_sample_source/Makefile
index 26a8e2a..efa693a 100644
--- a/labreport_sample_source/Makefile
+++ b/labreport_sample_source/Makefile
@@ -1,6 +1,6 @@
# -*- make -*-
# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/labreport_sample_source/Makefile"
-# LAST MODIFICATION: "Mon, 02 Sep 2013 13:58:14 -0400 (evmik)"
+# LAST MODIFICATION: "Tue, 10 Sep 2013 11:14:29 -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
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
diff --git a/syllabus_source/Makefile b/syllabus_source/Makefile
index 2700488..cd34cd7 100644
--- a/syllabus_source/Makefile
+++ b/syllabus_source/Makefile
@@ -33,7 +33,7 @@ copy2dest: $(dest_dir) html pdf
$(html_targets): %.html : %.t2t $(includes)
- txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $<
+ txt2tags --css-sugar -t html -o $@ $<
$(pdf_targets): %.pdf : %.tex $(includes)
pdflatex $<