Add the table of content in the documentation xhtml pages.
This commit is contained in:
parent
0cb9a5a61f
commit
32792fbc9c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue