Skip to content
Snippets Groups Projects
Commit dccfa7e1 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

redirect output correctly

[[Imported from SVN: r851]]
parent 4455c6c2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ all: doxygen-tag ...@@ -4,7 +4,7 @@ all: doxygen-tag
doxygen-tag: Doxyfile doxygen-tag: Doxyfile
@AMDEP_TRUE@ ./Doxydep $< $(DEPDIR)/doxygen.Po $@ @AMDEP_TRUE@ ./Doxydep $< $(DEPDIR)/doxygen.Po $@
doxygen >& doxygen.log doxygen > doxygen.log 2>&1
touch doxygen-tag touch doxygen-tag
WEBDIR = /var/www/dune/doxygen WEBDIR = /var/www/dune/doxygen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment