~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to TEMPLATES/Makefile.man

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-t4hagiv7gm0fhggv
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

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=      test
 
12
MANSECT=        $(MANSECT_LIB)
 
13
MANSUFFIX=      $(MANSUFF_LIB)
 
14
MANFILE=        test.tr
 
15
 
 
16
###########################################################################
 
17
include         $(SRCROOT)/$(RULESDIR)/rules.man
 
18
###########################################################################