Add the table of content in the documentation xhtml pages.

This commit is contained in:
Florent Le Coz 2011-11-11 16:56:40 +01:00
parent 0cb9a5a61f
commit 32792fbc9c

View file

@ -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