]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - man/Makefile
Add reference to tc-codel(8) to the SEE ALSO section
[lisovros/iproute2_canprio.git] / man / Makefile
1 INSTALL=install
2 INSTALLDIR=install -m 0755 -d
3 INSTALLMAN=install -m 0644
4
5 SUBDIRS = man3 man8
6
7 all:
8         @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir; done
9
10 distclean: clean
11
12 clean:
13         @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir clean; done
14
15 install:
16         @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir install; done
17
18 .PHONY: install clean distclean
19
20 .EXPORT_ALL_VARIABLES: