diff --git a/CMakeLists.txt b/CMakeLists.txt index 64c6ac8cddd2f6809e79c5dac610df1a0c9a6c7c..2878beefa0ec273b43a4a50ee1717d4f7510c5fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,8 @@ install(DIRECTORY ${MOOSE_EXAMPLE_DIR}/ PATTERN "_travis*" EXCLUDE PATTERN ".travis*" EXCLUDE PATTERN "*.pyc" EXCLUDE + PATTERN "*.png" EXCLUDE + PATTERN "docs*" EXCLUDE ) # Copy the command to launch moose. diff --git a/moose b/moose deleted file mode 100755 index 0581437730818bd56eb344b90fcab8ffaba9d5b3..0000000000000000000000000000000000000000 --- a/moose +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")" -( - # Get the current path of script. - cd $SCRIPT_DIR/../lib/moose/gui && python mgui.py & -)