From f64a43d94fd49bf5ec37fbf6a42601864f5c9684 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 10 Sep 2013 09:46:43 -0400 Subject: toc option enabling from within t2t file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cd6ef5..00beda6 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ upload: upload_location_wm $(html_targets): %.html : %.t2t $(t2t_includes) - txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< + txt2tags --css-sugar -t html -o $@ $< $(pdf_targets): %.pdf : %.tex pdflatex $< -- cgit v1.2.3