aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ee165c..6d6c38e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ TRANSLATIONS = pt fr eo
all: git-permalink
-git-permalink: src/git-permalink.sh
+git-permalink: src/git-permalink.sh.in
$(do_subst) < $? > $@
chmod +x $@