Commit 57463073 authored by Mike Frysinger's avatar Mike Frysinger Committed by Stephen Hemminger

add man7 to subdirs list

The man dir misses the man7 as a subdir which means none of the pages
get installed.

URL: https://bugs.gentoo.org/451166Reported-by: default avatarMarcin Mirosław <bug@mejor.pl>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 5bd9dd49
......@@ -2,7 +2,7 @@ INSTALL=install
INSTALLDIR=install -m 0755 -d
INSTALLMAN=install -m 0644
SUBDIRS = man3 man8
SUBDIRS = man3 man7 man8
all:
@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir; done
......
MAN7PAGES = tc-hfsc.7
all:
distclean: clean
clean:
install:
$(INSTALLDIR) $(DESTDIR)$(MANDIR)/man7
$(INSTALLMAN) $(MAN7PAGES) $(DESTDIR)$(MANDIR)/man7
.PHONY: install clean distclean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment