From 6ff84799a31e9ebfd0df4a6d85b79d9ce93f20a2 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Fri, 17 Oct 2008 12:42:28 +0000 Subject: Moved latex related files to src, man files to src, updated Makefile and Doxyfile accordingly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Doxyfile') diff --git a/documentation/Doxyfile b/documentation/Doxyfile index d499aa8c6..1f624b528 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -792,7 +792,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = html_footer +HTML_FOOTER = src/html_footer # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to @@ -1009,7 +1009,7 @@ EXTRA_PACKAGES = # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = fltk-book.tex +LATEX_HEADER = src/fltk-book.tex # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will -- cgit v1.2.3