~ubuntu-branches/ubuntu/precise/dbacl/precise

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-05-07 12:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050507125953-xzy2bwkb2qamglwm
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUFFIXES = .1 .1in
 
2
man_MANS = dbacl.1 bayesol.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1 hmine.1
 
3
EXTRA_DIST = dbacl.1in bayesol.1in mailcross.1in mailinspect.1in mailfoot.1in mailtoe.1in hmine.1in
 
4
 
 
5
.1in.1:
 
6
        cat $< \
 
7
                | sed -e "s|[@]VERSION@|$(VERSION)|g" \
 
8
                | sed -e "s|[@]PKGDATADIR@|$(pkgdatadir)|g" \
 
9
                > $@
 
10
 
 
11
CLEANFILES = dbacl.1 bayesol.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1 hmine.1