~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to man/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090506112918-uzoyzcp90rtr8td7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
SUBDIRS = man3 man5 man8
9
9
 
10
 
default install install-dev : $(SUBDIRS)
11
 
        $(SUBDIRS_MAKERULE)
 
10
default : $(SUBDIRS)
 
11
 
 
12
install : $(addsuffix -install,$(SUBDIRS))
 
13
 
 
14
install-dev : $(addsuffix -install-dev,$(SUBDIRS))
 
15
 
 
16
%-install:
 
17
        $(MAKE) -C $* install
 
18
 
 
19
%-install-dev:
 
20
        $(MAKE) -C $* install-dev
12
21
 
13
22
include $(BUILDRULES)