From 98413277a8f546119c70d572942ec9d4ed03f921 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Tue, 16 Jan 2018 22:17:58 +0000 Subject: [PATCH] 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 --- documentation/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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