summaryrefslogtreecommitdiff
path: root/support/SQLTeX/doc/Makefile.am
blob: c100c1012beb031f0668935012b0939f077192ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Automake makefile for the documentation

.PHONY: all

DISTFILES = Makefile.am Makefile.in SQLTeX.pdf SQLTeX.tex

all : 

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

SQLTeX.pdf: SQLTeX.tex
	@pdflatex $^

install: SQLTeX.pdf
	cp $^ ${pdfdir}