summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-16 23:37:14 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-16 23:37:14 +0000
commit6408823b3c64954b1e8a8ccdf01d0ea64554a861 (patch)
tree83a91735a3e1af5c5a82574b18019157851a25cd /documentation
parent98413277a8f546119c70d572942ec9d4ed03f921 (diff)
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
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile2
1 files changed, 0 insertions, 2 deletions
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@/,../,' \
< $< > $@