Skip to content
Snippets Groups Projects
Commit 7ec942f0 authored by Christian Engwer's avatar Christian Engwer
Browse files

add debugging support

[[Imported from SVN: r5699]]
parent 622618cc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ "x$DEBUG" = "xyes" ]; then
set -x
fi
DOXYOUT=${1:-doc/doxygen/Doxyfile.in}
OUTDIR=`dirname "$DOXYOUT"`
DOXYDIR="doc/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