diff options
author | EuAndreh <eu@euandre.org> | 2021-08-28 14:02:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 14:02:37 -0300 |
commit | d53f7ae30a22ebdffe18e09600a78a1be2b14ef7 (patch) | |
tree | 2dbd7e7a7bcfe40d6f92119129cd3c5ca75fb786 | |
parent | Makefile: Line break to keep 80 columns (diff) | |
download | git-permalink-d53f7ae30a22ebdffe18e09600a78a1be2b14ef7.tar.gz git-permalink-d53f7ae30a22ebdffe18e09600a78a1be2b14ef7.tar.xz |
Makefile: Use empty line break to separate sections
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |