From d53f7ae30a22ebdffe18e09600a78a1be2b14ef7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 14:02:04 -0300 Subject: Makefile: Use empty line break to separate sections --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3