summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7de7229..a5d5ddd 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ build-man:
@${MAKE} -C man
test: all
- @PACKAGE=${PACKAGE} VERSION=${VERSION} prove test
+ @PACKAGE=${PACKAGE} prove test
test-x11: all
test/run-interactive
@@ -68,6 +68,7 @@ uninstall:
dist:
mkdir /tmp/feh-${VERSION}
git --work-tree=/tmp/feh-${VERSION} checkout -f
+ cp src/deps.mk /tmp/feh-${VERSION}/src/deps.mk
sed -i 's/^VERSION ?= .*$$/VERSION ?= ${VERSION}/' \
/tmp/feh-${VERSION}/config.mk
tar -C /tmp -cjf ../feh-${VERSION}.tar.bz2 feh-${VERSION}