On Fri, Feb 18, 2011 at 08:02:12PM -0500, Gaetan Nadon wrote: > The footer was generated by doxygen based on doxygen.conf
if it was generated, can we regenerate it on-demand? no need to have it in git in that case. Cheers, Peter > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > doc/Makefile.am | 2 +- > doc/doxygen.conf.in | 4 ++-- > doc/footer.html | 5 +++++ > 3 files changed, 8 insertions(+), 3 deletions(-) > create mode 100644 doc/footer.html > > diff --git a/doc/Makefile.am b/doc/Makefile.am > index 089fc69..5dec7bb 100644 > --- a/doc/Makefile.am > +++ b/doc/Makefile.am > @@ -3,7 +3,7 @@ if HAVE_DOXYGEN > > # Developers documentation is not installed > noinst_DATA = html/index.html > -dist_noinst_DATA = doxygen.conf.in > +dist_noinst_DATA = doxygen.conf.in footer.html > > html/index.html: > $(AM_V_GEN)$(DOXYGEN) doxygen.conf > diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in > index b3fde8d..6b5f7c1 100644 > --- a/doc/doxygen.conf.in > +++ b/doc/doxygen.conf.in > @@ -38,7 +38,7 @@ PROJECT_NUMBER = "@PACKAGE_VERSION@" > # If a relative path is entered, it will be relative to the location > # where doxygen was started. If left blank the current directory will be > used. > > -OUTPUT_DIRECTORY = > +OUTPUT_DIRECTORY = @abs_builddir@ > > # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create > # 4096 sub-directories (in 2 levels) under the output directory of each > output > @@ -791,7 +791,7 @@ HTML_HEADER = > # each generated HTML page. If it is left blank doxygen will generate a > # standard footer. > > -HTML_FOOTER = > +HTML_FOOTER = @abs_srcdir@/footer.html > > # 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/footer.html b/doc/footer.html > new file mode 100644 > index 0000000..3fea15b > --- /dev/null > +++ b/doc/footer.html > @@ -0,0 +1,5 @@ > +<hr size="1"/><address style="text-align: right;"><small> > +Generated on $datetime for $projectname by <a > href="http://www.doxygen.org/index.html"><img class="footer" > src="doxygen.png" alt="doxygen"/></a> $doxygenversion</small></address> > +</body> > +</html> > + > -- > 1.6.0.4 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
