~ubuntu-branches/ubuntu/saucy/s390-tools/saucy

« back to all changes in this revision

Viewing changes to zipl/man/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2008-07-15 23:55:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715235541-r79vu6eqh4qim413
Tags: 1.6.2-1
* New upstream version.
* Install udev rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Common definitions
2
2
include ../../common.mak
3
3
 
 
4
all:
 
5
 
4
6
install:
5
7
        @echo $(INSTALL)
6
8
        $(INSTALL) -d -m 755 $(MANDIR)/man5
7
9
        $(INSTALL) -d -m 755 $(MANDIR)/man8
8
10
        $(INSTALL) -m 644 -c zipl.8 $(MANDIR)/man8
9
11
        $(INSTALL) -m 644 -c zipl.conf.5 $(MANDIR)/man5
 
12
 
 
13
clean: