summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29ef9756..0dcfd755 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ uninstall:
rm -rf $(DESTDIR)$(MANDIR)/man1/poezio.1
doc:
- find doc -name \*.txt -exec asciidoc {} \;
+ find doc -name \*.txt -exec asciidoc -a toc {} \;
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot