Makefile: Remove line continuation at end of "install" recipe

Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alexander Miller 2016-04-14 01:18:24 +02:00 committed by Michael Kerrisk
parent 6c60c0965f
commit 4221001c82
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ install:
for i in man?; do \
install -d -m 755 $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
install -m 644 "$$i"/* $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
done; \
done
# Check if groff reports warnings (may be words of sentences not displayed)
# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html