From 6408823b3c64954b1e8a8ccdf01d0ea64554a861 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 16 Jan 2018 23:37:14 +0000 Subject: Remove obsolete replacement of CMAKE_SOURCE_DIR. The correct fix in the previous commit (svn r12636) would have been to replace CMAKE_SOURCE_DIR with FLTK_SOURCE_DIR since CMAKE_SOURCE_DIR is no longer used in doxygen docs generation. Sorry for the noise. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12637 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'documentation') diff --git a/documentation/Makefile b/documentation/Makefile index dd10a1bdb..73c39dc56 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -139,7 +139,6 @@ Doxyfile: Doxyfile.in -e's,@GENERATE_LATEX@,NO,' \ -e's, @LATEX_HEADER@,,' \ -e's,@CMAKE_CURRENT_SOURCE_DIR@/,,' \ - -e's,@CMAKE_SOURCE_DIR@/,../,' \ -e's,@FLTK_SOURCE_DIR@/,../,' \ < $< > $@ @@ -150,7 +149,6 @@ Doxybook: Doxyfile.in -e's,@GENERATE_LATEX@,YES,' \ -e's,@LATEX_HEADER@,src/fltk-book.tex,' \ -e's,@CMAKE_CURRENT_SOURCE_DIR@/,,' \ - -e's,@CMAKE_SOURCE_DIR@/,../,' \ -e's,@FLTK_SOURCE_DIR@/,../,' \ < $< > $@ -- cgit v1.2.3