From 71ad840a6eb8e1e695a96c57e34c1e2c3ae5803a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 5 Mar 2008 18:44:11 +0000 Subject: run perl -cw on all perl files before making tarball (thanks tv for this idea) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 315f7445..2c3dc144 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,8 @@ clean: rm -f *~ dis: clean + find . -maxdepth 2 -name '*.p[lm]' -print0 | xargs -t -0 -n1 perl -cw \ + -I/usr/lib/libDrakX > /dev/null 2>&1 rm -rf $(NAME)-$(VERSION) svn export -q -rBASE . $(NAME)-$(VERSION) tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) -- cgit v1.2.1