commit: db7ee885d7d800d375220618f72b0a4b82a956ef Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 20 14:21:34 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Mar 20 14:21:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=db7ee885
Remove duplicate heading in developer guide. * doc/developer-guide.txt: Remove duplicate heading, because rst2html --report=info complains about it. --- ChangeLog | 3 +++ doc/developer-guide.txt | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ae8fe6..1f666ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-03-20 Ulrich Müller <[email protected]> + * doc/developer-guide.txt: Remove duplicate heading, because + rst2html --report=info complains about it. + * Makefile.am (%.html): Strip comments from html output, in order to suppress wrong mode information in Emacs local variables. diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index e56f643..03b6846 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -2,11 +2,8 @@ eselect Developer Reference =========================== -Introduction -============ - About eselect -------------- +============= eselect is a framework for simplifying and introducing consistency to the various Gentoo ``foo-config`` and ``update-blah`` tools. It is an
