diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ upload: upload_location_wm $(html_targets): %.html : %.t2t $(t2t_includes) - txt2tags --css-sugar --toc --toc-level=2 -t html -o $@ $< + txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< $(pdf_targets): %.pdf : %.tex pdflatex $< |