summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
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@/,../,' \
< $< > $@