From 6a1b06b75aafdea7379b3d036138033f1ef39b9d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 20 Feb 2010 18:22:10 +0000 Subject: [PATCH] makedist.sh: Include the external/ subdirectory in the distribution. SVN-Revision: 6340 --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.sh b/makedist.sh index 110c53f06..7f45c32f9 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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 -- 2.11.0