aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-28 14:02:04 -0300
committerEuAndreh <eu@euandre.org>2021-08-28 14:02:37 -0300
commitd53f7ae30a22ebdffe18e09600a78a1be2b14ef7 (patch)
tree2dbd7e7a7bcfe40d6f92119129cd3c5ca75fb786
parentMakefile: Line break to keep 80 columns (diff)
downloadgit-permalink-d53f7ae30a22ebdffe18e09600a78a1be2b14ef7.tar.gz
git-permalink-d53f7ae30a22ebdffe18e09600a78a1be2b14ef7.tar.xz
Makefile: Use empty line break to separate sections
-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