]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - man/Makefile
xfs_repair: pass ops through during scan
[thirdparty/xfsprogs-dev.git] / man / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 SUBDIRS = man2 man3 man5 man8
9
10 default : $(SUBDIRS)
11
12 install : $(addsuffix -install,$(SUBDIRS))
13
14 install-dev : $(addsuffix -install-dev,$(SUBDIRS))
15
16 %-install:
17 $(Q)$(MAKE) $(MAKEOPTS) -C $* install
18
19 %-install-dev:
20 $(Q)$(MAKE) $(MAKEOPTS) -C $* install-dev
21
22 include $(BUILDRULES)