[go: up one dir, main page]

Menu

[0ec8fa]: / man / Makefile.am  Maximize  Restore  History

Download this file

14 lines (10 with data), 477 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
SUFFIXES = .1 .1in
datarootdir ?= $(prefix)/share
man_MANS = dbacl.1 bayesol.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1 hmine.1 hypex.1
EXTRA_DIST = dbacl.1in bayesol.1in mailcross.1in mailinspect.1in mailfoot.1in mailtoe.1in hmine.1in hypex.1in spherecl.1in
.1in.1:
cat $< \
| sed -e "s|[@]VERSION@|$(VERSION)|g" \
| sed -e "s|[@]PKGDATADIR@|$(pkgdatadir)|g" \
> $@
CLEANFILES = dbacl.1 bayesol.1 mailcross.1 mailinspect.1 mailtoe.1 mailfoot.1 hmine.1 hypex.1