summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c9b5343..b96acc1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -60,8 +60,8 @@ Doxyfile: Doxyfile.in $(VA_HEADER_FILES) $(VA_HTML_FOOTER)
html-out/index.html: Doxyfile
$(AM_V_GEN) $(DOXYGEN)
-if ENABLE_DOCS
html: html-out/index.html
+
install-html-local:
install -d $(DESTDIR)$(docdir)/html
for file in `ls html-out/` ; do \
@@ -72,9 +72,9 @@ install-html-local:
install -m 0644 html-out/$$file/* $(DESTDIR)$(docdir)/html/$$file; \
fi ; \
done
+
uninstall-local:
rm -rf $(DESTDIR)$(docdir)/html
-endif
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in Doxyfile