diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 874cbec1f..00d857170 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -178,7 +178,7 @@ htmlhelp_basename = 'ns-3doc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'ns-3.tex', u'ns-3 Manual', + ('index', 'ns-3-manual.tex', u'ns-3 Manual', u'ns-3 project', 'manual'), ] @@ -211,6 +211,6 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'ns-3', u'ns-3 Documentation', + ('index', 'ns-3-manual', u'ns-3 Manual', [u'ns-3 project'], 1) ] diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index 41c66bd6e..7c0a9a952 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -178,7 +178,7 @@ htmlhelp_basename = 'ns-3doc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'ns-3.tex', u'ns-3 Tutorial', + ('index', 'ns-3-tutorial.tex', u'ns-3 Tutorial', u'ns-3 project', 'manual'), ] @@ -211,6 +211,6 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'ns-3', u'ns-3 Tutorial', + ('index', 'ns-3-tutorial', u'ns-3 Tutorial', [u'ns-3 project'], 1) ]