From 3a5a1c46404354f3a8911149f65c568a3166395c Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 18 Nov 2011 12:17:50 +0000 Subject: doc: don't add timestamps in generated documentation. --- doc/Doxyfile | 2 +- doc/Makefile.am | 9 +++++---- doc/va_footer.html | 4 ++++ 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 doc/va_footer.html (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index 4fb3a8c..03b44d8 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -824,7 +824,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = $(VA_HTML_FOOTER) # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to 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 diff --git a/doc/va_footer.html b/doc/va_footer.html new file mode 100644 index 0000000..9f1875c --- /dev/null +++ b/doc/va_footer.html @@ -0,0 +1,4 @@ + + + -- cgit v1.2.1