aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 770dcd53..c560d8d1 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,11 @@ test:
120clean: 120clean:
121 @git clean -df 121 @git clean -df
122 122
123### generate Doxygen documentation
124doxygen: clean
125 @rm -rf doxygen
126 @( cat Doxyfile ; echo "PROJECT_NUMBER=`git describe`" ) | doxygen -
127
123### update the local copy of the documentation 128### update the local copy of the documentation
124doc: clean 129doc: clean
125 @rm -rf doc 130 @rm -rf doc