Skip to content

Commit

Permalink
*7847* Corrected doxygen output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 11, 2012
1 parent f9d8a8b commit 97dd3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildpkg.sh
Expand Up @@ -86,7 +86,7 @@ fi
cd ..

echo -n "Building doxygen documentation... "
doxygen docs/dev/omp.doxygen > /dev/null && cd docs/doxygen && tar czf ../../${BUILD}-doxygen.tar.gz html latex && cd ../..
doxygen docs/dev/omp.doxygen > /dev/null && cd docs/dev/doxygen && tar czf ../../${BUILD}-doxygen.tar.gz html latex && cd ../..

echo "Done"

Expand Down

0 comments on commit 97dd3a9

Please sign in to comment.