Revision 20745,
1.2 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20744,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
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 |
---|
13 | |
---|
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 |
---|
26 | |
---|
27 | pkgconfigdir = $(libdir)/pkgconfig |
---|
28 | pkgconfig_DATA = gtk-doc.pc |
---|
29 | |
---|
30 | aclocaldir = $(datadir)/aclocal |
---|
31 | aclocal_DATA = gtk-doc.m4 |
---|
32 | |
---|
33 | sgmldir = $(datadir)/sgml/gtk-doc |
---|
34 | sgml_DATA = gtk-doc.cat |
---|
35 | |
---|
36 | EXTRA_DIST = \ |
---|
37 | MAINTAINERS \ |
---|
38 | gtk-doc.pc.in \ |
---|
39 | gtk-doc.m4 \ |
---|
40 | gtk-doc.make \ |
---|
41 | gtk-doc.spec.in \ |
---|
42 | gtk-doc.spec \ |
---|
43 | gtk-doc.dcl \ |
---|
44 | gtk-doc.xsl \ |
---|
45 | gtk-doc.cat.in \ |
---|
46 | devhelp.xsl \ |
---|
47 | home.png \ |
---|
48 | left.png \ |
---|
49 | right.png \ |
---|
50 | up.png \ |
---|
51 | doc/README \ |
---|
52 | doc/authors.txt \ |
---|
53 | doc/gnome.txt \ |
---|
54 | doc/sections-file.txt \ |
---|
55 | doc/setting-up.txt \ |
---|
56 | doc/style-guide.txt \ |
---|
57 | db2man/README \ |
---|
58 | db2man/docbook-to-man \ |
---|
59 | db2man/docbook-to-man.ts \ |
---|
60 | examples/README \ |
---|
61 | examples/Makefile.am \ |
---|
62 | examples/configure.in \ |
---|
63 | tools/docpercentages.pl \ |
---|
64 | tools/gtk-doc.el |
---|
Note: See
TracBrowser
for help on using the repository browser.