diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,7 @@ CONTRIBLANGS = .in: sed -e 's/@VERSION@/$(VERSION)/g' -e 's/@DATE@/$(DATE)/g' < $< > $@ + if [ -x $< ]; then chmod +x $@; fi manpages.en.in = \ doc/git-permalink.en.1.in @@ -24,7 +25,6 @@ manpages.in = $(manpages.en.in) \ manpages = $(manpages.in:.in=) all: src/git-permalink $(manpages) - chmod +x src/git-permalink check: all sh tests/cli-opts.sh |