From 8a44715eaa4632feb249c48080e63bbc85be3690 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 1 Feb 2018 16:39:00 -0500 Subject: [PATCH] Doxygen install script cleanup --- scripts/build-install-doxygen.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/build-install-doxygen.sh b/scripts/build-install-doxygen.sh index 5210a146..9624971d 100644 --- a/scripts/build-install-doxygen.sh +++ b/scripts/build-install-doxygen.sh @@ -21,9 +21,4 @@ make echo "Done building doxygen..." ./bin/doxygen -v -echo "doxygen path: " $(pwd) - -echo "Copy Doxygen binaries to $TRAVIS_BUILD_DIR" -cp ./bin/* $TRAVIS_BUILD_DIR - cd $TRAVIS_BUILD_DIR