aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Miller <alex.miller@gmx.de>2016-04-14 01:18:24 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-04-18 13:49:54 +0100
commit4221001c82844a7c6115cb61ddd82405241039f5 (patch)
treecd44468c7a8885544b8c8c5d6b8d8355c87836a8
parent6c60c0965fa969d3ec14dd2f3334d9597da111bc (diff)
downloadman-pages-4221001c82844a7c6115cb61ddd82405241039f5.tar.gz
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52df69a09c..4054dcf5e4 100644
--- a/Makefile
+++ b/Makefile
@@ -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