]> git.proxmox.com Git - mirror_iproute2.git/blame - man/Makefile
man: tc-taprio.8: fix syntax error
[mirror_iproute2.git] / man / Makefile
CommitLineData
6054c1eb 1# SPDX-License-Identifier: GPL-2.0
761a1e60
CT
2INSTALL=install
3INSTALLDIR=install -m 0755 -d
4INSTALLMAN=install -m 0644
5
57463073 6SUBDIRS = man3 man7 man8
761a1e60 7
55eaaeb5
MF
8all clean install:
9 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir $@ || exit $$?; done
761a1e60
CT
10
11distclean: clean
12
761a1e60
CT
13.PHONY: install clean distclean
14
15.EXPORT_ALL_VARIABLES: