]> git.proxmox.com Git - mirror_iproute2.git/blob - man/Makefile
do not ignore errors in man subdirs
[mirror_iproute2.git] / man / Makefile
1 INSTALL=install
2 INSTALLDIR=install -m 0755 -d
3 INSTALLMAN=install -m 0644
4
5 SUBDIRS = man3 man7 man8
6
7 all clean install:
8 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir $@ || exit $$?; done
9
10 distclean: clean
11
12 .PHONY: install clean distclean
13
14 .EXPORT_ALL_VARIABLES: