remove refsect1's and refsect2's from book tree, as suggested by Hallski.
[gtk-doc.git] / Makefile.am
blobb65f1afecda5006700dbeee6d864430f4ebe5fbf
1 ## Process this file with automake to produce Makefile.in
3 bin_SCRIPTS = \
4         gtkdoc-scanobj  \
5         gtkdoc-scangobj \
6         gtkdoc-scan     \
7         gtkdoc-mktmpl   \
8         gtkdoc-mkdb     \
9         gtkdoc-mkhtml   \
10         gtkdoc-mkman    \
11         gtkdoc-fixxref  \
12         gtkdocize
14 gtkdocdatadir = $(datadir)/gtk-doc/data
15 gtkdocdata_DATA = \
16         gtkdoc-common.pl        \
17         gtk-doc.dsl             \
18         gtk-doc.dcl             \
19         gtk-doc.xsl             \
20         devhelp.xsl             \
21         gtk-doc.make            \
22         home.png                \
23         left.png                \
24         right.png               \
25         up.png
27 pkgconfigdir = $(libdir)/pkgconfig
28 pkgconfig_DATA = gtk-doc.pc
30 aclocaldir = $(datadir)/aclocal
31 aclocal_DATA = gtk-doc.m4
33 EXTRA_DIST= \
34         MAINTAINERS     \
35         gtk-doc.pc.in   \
36         gtk-doc.spec.in \
37         gtk-doc.spec    \
38         gtk-doc.dcl     \
39         gtk-doc.xsl     \
40         devhelp.xsl     \
41         home.png        \
42         left.png        \
43         right.png       \
44         up.png          \
45         gtk-doc.m4
47 dist-hook:
48         mkdir $(distdir)/doc
49         cp -pr $(srcdir)/doc/* $(distdir)/doc
50         rm -rf $(distdir)/doc/CVS
51         mkdir $(distdir)/db2man
52         cp -pr $(srcdir)/db2man/* $(distdir)/db2man
53         rm -rf $(distdir)/db2man/CVS
54         mkdir $(distdir)/examples
55         cp -pr $(srcdir)/examples/* $(distdir)/examples
56         rm -rf $(distdir)/examples/CVS
57         mkdir $(distdir)/tools
58         cp -pr $(srcdir)/tools/* $(distdir)/tools
59         rm -rf $(distdir)/tools/CVS