From e9ad69b4c8f2436737e4d46e71e0ba3c1e2f3f19 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 19 Jul 2013 17:10:02 +0200 Subject: fixed Doxyfile & build docs directly in doc/ --- doc/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 05d48c0..2ec8095 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,12 +2,12 @@ # Doxygen processing # if BUILD_DOXYGEN -doc_DATA = doxygen/ +html_DATA = html/ endif -.PHONY: doxygen/ -doxygen/ : Doxyfile +.PHONY: html/ +html/ : Doxyfile @DOXYGEN@ $< clean-local: - -rm -rf doxygen/ + -rm -rf html/ -- cgit v1.2.3