aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f40a16a..3b24c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,16 +14,16 @@ CONTRIBLANGS =
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
-
manpages.in = $(manpages.en.in) \
doc/git-permalink.pt.1.in \
doc/git-permalink.fr.1.in \
doc/git-permalink.eo.1.in
-
manpages = $(manpages.in:.in=)
+
all: src/git-permalink $(manpages)
check: all