summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-18 12:17:50 +0000
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-09-26 16:31:26 +0200
commit3a5a1c46404354f3a8911149f65c568a3166395c (patch)
tree99fcbafe24ad49d030b5005669b4492dcfdc1513 /doc/Makefile.am
parente5d6c49c54ed7f6e1dacf9bafaae8fa0ba88db5d (diff)
downloadlibva-3a5a1c46404354f3a8911149f65c568a3166395c.tar.gz
doc: don't add timestamps in generated documentation.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 052b863..aaedcc2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,9 +31,13 @@ VA_HEADER_DIR = $(top_srcdir)/va
VA_HEADER_FILES = \
$(NULL)
+VA_HTML_FOOTER = va_footer.html
+VA_HTML_FRAGMENTS = $(VA_HTML_FOOTER)
+
export VA_HEADER_DIR
export VA_HEADER_FILES
-html-out/index.html: Doxyfile $(VA_HEADER_FILES)
+export VA_HTML_FOOTER
+html-out/index.html: Doxyfile $(VA_HEADER_FILES) $(VA_HTML_FRAGMENTS)
$(DOXYGEN) $<
if ENABLE_DOCS
@@ -52,8 +56,5 @@ uninstall-local:
rm -rf $(DESTDIR)$(docdir)/html
endif
-clean-local:
- rm -rf html-out
-
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in