makedist.sh: Include the external/ subdirectory in the distribution.
authorFlorian Forster <supertux@octo.it>
Sat, 20 Feb 2010 18:22:10 +0000 (18:22 +0000)
committerFlorian Forster <supertux@octo.it>
Sat, 20 Feb 2010 18:22:10 +0000 (18:22 +0000)
SVN-Revision: 6340

makedist.sh

index 110c53f..7f45c32 100755 (executable)
@@ -17,7 +17,7 @@ cp --parents mk/cmake/*.cmake $DISTDIR
 cp --parents mk/msvc/* $DISTDIR
 
 echo "Copying files:"
-for DIR in contrib data docs man src tools
+for DIR in contrib data docs man src tools external
 do
        echo -n "  $DIR ... "
        find "$DIR" -type f -exec "cp" "--parents" "{}" "$DISTDIR" ";" -o -name .svn -prune