aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-18 14:17:23 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-18 14:17:23 +0100
commit074d2bd94feee526a7b36ce3a1e0741bc493dcfb (patch)
tree3bf300df434a49265e29a415a4757da51c417eba /doc/Makefile.am
parentf1d75e3bba2aa2de9caf6e01f40dc0c5f98d8012 (diff)
downloadsciteco-074d2bd94feee526a7b36ce3a1e0741bc493dcfb.tar.gz
always recreate doxygen/
* work around frequent Doxygen error
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3740557..68c2f6a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,6 +35,7 @@ endif
.PHONY: doxygen/
doxygen/ : Doxyfile
+ -rm -rf doxygen/
@DOXYGEN@ $<
clean-local: