aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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/