~ubuntu-branches/ubuntu/utopic/cdrdao/utopic

« back to all changes in this revision

Viewing changes to scsilib/man/man4/makerules.mk

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-06-24 22:33:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040624223316-534onzugaeeyq61j
Tags: upstream-1.1.9
ImportĀ upstreamĀ versionĀ 1.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident %W% %E% %Q%
 
2
###########################################################################
 
3
# Sample makefile for installing manual pages
 
4
###########################################################################
 
5
SRCROOT=        ../..
 
6
RULESDIR=       RULES
 
7
include         $(SRCROOT)/$(RULESDIR)/rules.top
 
8
###########################################################################
 
9
 
 
10
MANDIR=         man
 
11
TARGETMAN=      makerules
 
12
MANSECT=        $(MANSECT_FILEFORM)
 
13
MANSUFFIX=      $(MANSUFF_FILEFORM)
 
14
MANFILE=        makerules.4
 
15
 
 
16
###########################################################################
 
17
include         $(SRCROOT)/$(RULESDIR)/rules.man
 
18
###########################################################################