summaryrefslogtreecommitdiff
path: root/polux/application/boa/docs/Makefile.in
blob: a312a79cd7e7f9f0f7d4278d9fa200a11b58dead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $Id: Makefile.in,v 1.1.1.1 2006/06/16 09:47:59 fleury Exp $

srcdir = @srcdir@
VPATH = @srcdir@

all:   boa.html boa.dvi boa.info boa.txt

boa.info:	boa.texi
	makeinfo --number-sections @ALLSOURCES@

boa.dvi:	boa.texi
	texi2dvi --clean @ALLSOURCES@

boa.pdf:	boa.texi
	texi2dvi --pdf --clean @ALLSOURCES@

boa.ps:	boa.dvi
	dvips -o $@ @ALLSOURCES@

boa_toc.html:	boa.texi
	texi2html -split_chapter -menu @ALLSOURCES@

boa.html:	boa.texi
	makeinfo --html --number-sections --no-split -o - @ALLSOURCES@ | \
        sed -e 's/Node:.*//' | sed -e 's/Next:.*//' | \
        sed -e 's/Previous:.*//' | sed -e 's/Up:.*//' > $@

boa.txt:	boa.texi
	makeinfo --no-headers --no-split -o $@ @ALLSOURCES@


clean:
	rm -f boa.{html,txt,dvi,ps,pdf,info} boa_*.html
	rm -f boa.{cp,fn,fns,ky,log,pg,toc,tp,vr,vrs,aux} *~

distclean:	mrclean

mrclean:	clean
	rm -f Makefile