Permalink
Browse files
Makefile: Add --toc-depth=1
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Makefile
|
|
@@ -6,7 +6,7 @@ clean: |
|
|
.PHONY: all clean
|
|
|
|
|
|
%.html: %.md
|
|
|
- pandoc --toc -sS -o $@ $<
|
|
|
+ pandoc -sS --toc --toc-depth=1 -o $@ $<
|
|
|
|
|
|
%.pdf: %.md
|
|
|
- pandoc --toc -S -o $@ $<
|
|
|
+ pandoc -S --toc --toc-depth=1 -o $@ $<
|
0 comments on commit
9a544dd