From cc69b4f83f7eab27df7ca1c36c1232da8464f292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Sun, 15 May 2011 21:21:50 -0700 Subject: [PATCH] documentation file name fix --- doc/manual/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) ]