From e607d53452a22b130a7a84bb10de6f3b82cce9cb Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Tue, 12 Oct 2004 14:04:49 +0000 Subject: [PATCH] redirect output correctly [[Imported from SVN: r42]] --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a8a0746f..4fc614fe8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ all: doxygen-tag doxygen-tag: Doxyfile @AMDEP_TRUE@ ./Doxydep $< $(DEPDIR)/doxygen.Po $@ - doxygen >& doxygen.log + doxygen > doxygen.log 2>&1 touch doxygen-tag WEBDIR = /var/www/dune/doxygen -- GitLab