summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a54fd606..3fc81b40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,4 +41,7 @@ homepage: all dist
distcleancheck:
@:
-.PHONY: homepage distcleancheck
+doxygen:
+ $(MAKE) -C doxygen
+
+.PHONY: homepage distcleancheck doxygen