summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2010-12-28 13:54:18 +1100
committerBrendan O'Dea <bod@debian.org>2010-12-28 13:54:18 +1100
commit00300c6ed0a00c69666c4cd116219027d64ce9b2 (patch)
treee6213f1c8f893df5f58798a4bca4bcf93130c0cc /Makefile.in
parentca202d56f0e44fb3fdc7aab83fbd7bb985547df3 (diff)
downloadhelp2man-00300c6ed0a00c69666c4cd116219027d64ce9b2.tar.gz
remove spurious /
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 334657e..0ce2b6f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,7 @@ install_dirs:
install_base: install_dirs
$(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir)
$(INSTALL_DATA) $(call vpath_file,$(target).1) $(DESTDIR)$(mandir)/man1
- $(INSTALL_DATA) $(call vpath_file,/$(target).info) \
+ $(INSTALL_DATA) $(call vpath_file,$(target).info) \
$(DESTDIR)$(infodir)/$(target).info
if test -f $(DESTDIR)$(infodir)/dir; \