aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-01 17:56:42 +0100
committerKristian Evers <kristianevers@gmail.com>2019-01-01 17:56:42 +0100
commit7039295d3038566a667407d1290a275986be4aa6 (patch)
treeb0ba19efda561f06bef3db420cfedf861dd2a581 /docs/Makefile
parenta5534237d1530bce971ba6e6e5a5f7a47fcfd96e (diff)
downloadPROJ-7039295d3038566a667407d1290a275986be4aa6.tar.gz
PROJ-7039295d3038566a667407d1290a275986be4aa6.zip
Remove .doxygen_up_to_date when cleaning docs build
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index e6a02fdd..4e1e88aa 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -50,6 +50,7 @@ help:
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
+ rm -rf .doxygen_up_to_date
.doxygen_up_to_date: ../Doxyfile ../src/*.cpp ../include/proj/*.hpp
../scripts/doxygen.sh