Commit 5d88f628e0c083f7ce91e045b997f5bfdf44cd72

Authored by Jay Berkenbilt
1 parent b052ca54

remove old install directories


git-svn-id: svn+q:///qpdf/trunk@897 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 2 additions and 0 deletions
make_windows_releases
@@ -8,6 +8,8 @@ set -e @@ -8,6 +8,8 @@ set -e
8 cwd=`pwd` 8 cwd=`pwd`
9 PATH=$cwd/libqpdf/build:$PATH 9 PATH=$cwd/libqpdf/build:$PATH
10 10
  11 +rm -rf install-mingw install-msvc
  12 +
11 ./config-mingw 13 ./config-mingw
12 make check install 14 make check install
13 make distclean 15 make distclean