aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-22 12:41:10 -0300
committerEuAndreh <eu@euandre.org>2021-06-22 12:41:10 -0300
commit495d72a3c2bf9604e52c874dd7915647960aa50d (patch)
tree7a97aea05718c20c0575edd61df6eef6c32235c9 /Makefile
parentCHANGELOG.md: Mention "getopts" (diff)
downloadgit-permalink-495d72a3c2bf9604e52c874dd7915647960aa50d.tar.gz
git-permalink-495d72a3c2bf9604e52c874dd7915647960aa50d.tar.xz
mv src/git-permalink.sh src/git-permalink.sh.in
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 $@