Skip to content

Commit

Permalink
Upload Doxygen documentation for development version
Browse files Browse the repository at this point in the history
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
  • Loading branch information
freddy77 committed Feb 17, 2014
1 parent b54e0a4 commit 756e50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/freetds_autobuild
Expand Up @@ -161,8 +161,8 @@ cd test1
WORKDIR=$PWD WORKDIR=$PWD
./misc/test-auto.sh --no-build --no-header >> logs/log.txt ./misc/test-auto.sh --no-build --no-header >> logs/log.txt


if test \( "$OUTDIR" = "out" -o "$OUTDIR" = "out82" \) -a -r doc/doxy.log; then if test \( "$OUTDIR" = "out" -o "$OUTDIR" = "out92" \) -a -r doc/doxy.log; then
fixdoxyres < doc/doxy.log > doc/doxy.html ./misc/fixdoxyres < doc/doxy.log > doc/doxy.html
upload_file "doxy.html" "doc/doxy.html" upload_file "doxy.html" "doc/doxy.html"
if test -d doc/doc/freetds-*/reference; then if test -d doc/doc/freetds-*/reference; then
(cd doc/doc/freetds-*/reference; upload doxy '*') (cd doc/doc/freetds-*/reference; upload doxy '*')
Expand Down

0 comments on commit 756e50d

Please sign in to comment.