diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-17 12:42:28 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-17 12:42:28 +0000 |
| commit | 6ff84799a31e9ebfd0df4a6d85b79d9ce93f20a2 (patch) | |
| tree | 8186e79c0f41a38eb5fd584c7949f731752d7ef1 /documentation/Doxyfile | |
| parent | 69dbe4ea9cf540310a276be574eb98a59102f64e (diff) | |
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
Diffstat (limited to 'documentation/Doxyfile')
| -rw-r--r-- | documentation/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
