diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -120,6 +120,11 @@ test: | |||
120 | clean: | 120 | clean: |
121 | @git clean -df | 121 | @git clean -df |
122 | 122 | ||
123 | ### generate Doxygen documentation | ||
124 | doxygen: 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 |
124 | doc: clean | 129 | doc: clean |
125 | @rm -rf doc | 130 | @rm -rf doc |