summaryrefslogtreecommitdiff
path: root/support/SQLTeX/man/Makefile.am
blob: 26b80bc37515c6c6e0b92bab028da3cf9f129e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Automake makefile for the linux manpage

.PHONY: all distdir
DISTFILES = Makefile.am Makefile.in SQLTeX.man

all : 

SQLTeX.1 : SQLTeX.man
	cat $^ | sed -e 's#{BINDIR}#$(bindir)#;s#{SYSCONFDIR}#$(sysconfdir)#' > $@

distdir : ${DISTFILES}
	cp ${DISTFILES} $(distdir)

install: SQLTeX.1
	cp $^ ${mandir}/man1