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

create doxygen-logfile and put it on webserver as

parent 0f43611c
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment