girparser: Add missing source references to classes and structs
[vala-lang.git] / doc / vala / Makefile.am
blob9e359c985b68416fffff3278f1e58cf1e07a968c
1 NULL =
3 bookdir=$(datadir)/devhelp/books/vala@PACKAGE_SUFFIX@
5 chapter_data = \
6         overview.html \
7         types.html \
8         expressions.html \
9         statements.html \
10         namespaces.html \
11         methods.html \
12         classes.html \
13         structs.html \
14         interfaces.html \
15         enums.html \
16         delegates.html \
17         exceptions.html \
18         attributes.html \
19         $(NULL)
21 built_data = \
22         index.html \
23         $(chapter_data) \
24         vala.devhelp2 \
25         $(NULL)
27 if HAVE_XSLTPROC
28 book_DATA = \
29         $(built_data) \
30         default.css \
31         $(NULL)
32 endif
34 index.html: $(book_sources) xhtml.xsl
35         $(AM_V_GEN)$(XSLTPROC) --xinclude $(srcdir)/xhtml.xsl $(srcdir)/index.xml > index.html
37 $(chapter_data): index.html
39 vala.devhelp2: $(book_sources) devhelp.xsl
40         $(AM_V_GEN)$(XSLTPROC) --xinclude $(srcdir)/devhelp.xsl $(srcdir)/index.xml > vala.devhelp2
42 book_sources = \
43         index.xml \
44         overview.xml \
45         types.xml \
46         expressions.xml \
47         statements.xml \
48         namespaces.xml \
49         methods.xml \
50         classes.xml \
51         structs.xml \
52         interfaces.xml \
53         enums.xml \
54         delegates.xml \
55         exceptions.xml \
56         attributes.xml \
57         $(NULL)
59 MOSTLYCLEANFILES = $(built_data)
61 EXTRA_DIST = \
62         $(book_sources) \
63         default.css \
64         xhtml.xsl \
65         devhelp.xsl \
66         $(NULL)