summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: a755143ef76ff223d96a6d51d8495770004b67d7 (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
all: manual.pdf manual.html

manual.pdf: arch.pdf manual.texi
manual.html: arch.png manual.texi

arch.pdf: arch.dot
	dot -Tpdf arch.dot > arch.pdf
arch.png: arch.dot
	dot -Tpng arch.dot > arch.png

AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css --css-ref=brown-paper.css

man_MANS = \
  taler-merchant-generate-payments.1 \
  taler-merchant-httpd.1

info_TEXINFOS = manual.texi

manual_TEXINFOS = version.texi

extra_TEXINFOS = \
  fdl-1.3.texi \
  agpl.texi \
  syntax.texi

EXTRA_DIST = \
  arch.dot \
  $(extra_TEXINFOS) \
  docstyle.css \
  brown-paper.css \
  $(man_MANS)

DISTCLEANFILES = \
  manual.cps \
  manual.dvi