diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2018-01-16 22:17:58 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2018-01-16 22:17:58 +0000 |
| commit | 98413277a8f546119c70d572942ec9d4ed03f921 (patch) | |
| tree | 1566e1ceddbf65b83e56c34f7ce61a9a4390ced8 /documentation | |
| parent | fab28479c7252938ab0afdc9ed8a5af6f06fc754 (diff) | |
Implement Jakub's patch for the missing FLTK_SOURCE_DIR in
the doxyfile generation of the html docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12636 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e58d968b0..dd10a1bdb 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -140,6 +140,7 @@ Doxyfile: Doxyfile.in -e's, @LATEX_HEADER@,,' \ -e's,@CMAKE_CURRENT_SOURCE_DIR@/,,' \ -e's,@CMAKE_SOURCE_DIR@/,../,' \ + -e's,@FLTK_SOURCE_DIR@/,../,' \ < $< > $@ Doxybook: Doxyfile.in @@ -150,6 +151,7 @@ Doxybook: Doxyfile.in -e's,@LATEX_HEADER@,src/fltk-book.tex,' \ -e's,@CMAKE_CURRENT_SOURCE_DIR@/,,' \ -e's,@CMAKE_SOURCE_DIR@/,../,' \ + -e's,@FLTK_SOURCE_DIR@/,../,' \ < $< > $@ # The HTML files are generated using doxygen, and this needs |
