~ubuntu-branches/ubuntu/vivid/powerpc-ibm-utils/vivid

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Aurélien GÉRÔME
  • Date: 2006-09-24 18:49:59 UTC
  • Revision ID: james.westby@ubuntu.com-20060924184959-0f3tfji8ia7dmy20
Tags: upstream-1.0.2
Import upstream version 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for powerpc-utils/doc
 
3
 
4
 
 
5
include ../rules.mk
 
6
 
 
7
MANPAGES8 = snap.8 bootlist.8 ofpathname.8
 
8
 
 
9
SUBDIRS = nvram
 
10
 
 
11
all: $(MANPAGES8)
 
12
        @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;)
 
13
 
 
14
install: all
 
15
        @$(call install_man,$(MANPAGES8),$(DESTDIR))
 
16
        @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;)
 
17
 
 
18
uninstall:
 
19
        @$(call uninstall_man,$(MANPAGES8),$(DESTDIR))
 
20
        @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;)
 
21
 
 
22
docs:
 
23
        @$(foreach d,$(SUBDIRS), $(MAKE) -C $d docs;)
 
24
 
 
25
clean:  
 
26
        @echo "Cleaning up $(WORK_DIR) files..."
 
27
        @$(foreach d,$(SUBDIRS), $(MAKE) -C $d clean;)
 
28
        @rm -f *~