From 32792fbc9c7579c16a58bfb042245ba145fa904c Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 11 Nov 2011 16:56:40 +0100 Subject: Add the table of content in the documentation xhtml pages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3