diff options
-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 |