From 6f89e3afb470a098ad50a6c6edd7f23c54425ef4 Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Mon, 23 Aug 2004 14:46:26 +0000 Subject: [PATCH] create doxygen-logfile and put it on webserver as http://hal.iwr.uni-heidelberg.de/dune/doxygen/doxygen.log [[Imported from SVN: r704]] --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index dca4cbc10..325a4c864 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,11 +9,11 @@ $(DEPDIR)/doxygen.Po: Doxyfile ./Doxydep $< $@ doxygen-tag: $(doxygen_FILES) $(doxygen_DEPS) - doxygen + doxygen >& doxygen.log touch doxygen-tag WEBDIR = /var/www/dune/doxygen -WEBFILES = html/*.html html/*.css html/*.png +WEBFILES = html/*.html html/*.css html/*.png doxygen.log web-install: doxygen-tag if [ ! -d $(WEBDIR) ]; then \ -- GitLab