From 7039295d3038566a667407d1290a275986be4aa6 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 1 Jan 2019 17:56:42 +0100 Subject: Remove .doxygen_up_to_date when cleaning docs build --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile') 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 -- cgit v1.2.3