view make-archive.sh @ 110:042422e4eb38 easyhg_kdiff3_simplifications

Build fixes
author Chris Cannam
date Wed, 17 Aug 2011 16:51:10 +0100
parents 6e2801ed68a1
children
line wrap: on
line source
#!/bin/bash
v="$1"
if [ -z "$v" ]; then
    echo "Usage: $0 <version>"
    echo "where <version> is the corresponding KDiff3-EasyHg version number"
    exit 2
fi
hg archive -r easyhg_kdiff3_simplifications \
    -I README.txt -I kdiff3/src-QT4 -I kdiff3/AUTHORS -I kdiff3/COPYING \
    "kdiff3-for-easyhg-$v.tar.gz"