Revision 20816,
652 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20815,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | AUTOMAKE_OPTIONS = 1.6 |
---|
2 | ## Process this file with automake to produce Makefile.in |
---|
3 | # The name of the module. |
---|
4 | DOC_MODULE = libglade |
---|
5 | |
---|
6 | content_files=version.xml |
---|
7 | HTML_IMAGES= |
---|
8 | |
---|
9 | # The top-level SGML file. |
---|
10 | DOC_MAIN_SGML_FILE = libglade-docs.xml |
---|
11 | |
---|
12 | #SCANGOBJ_OPTIONS = |
---|
13 | SCAN_OPTIONS = --deprecated-guards="LIBGLADE_DISABLE_DEPRECATED" |
---|
14 | |
---|
15 | DOC_SOURCE_DIR = ../glade |
---|
16 | HFILE_GLOB = $(top_srcdir)/glade/*.h |
---|
17 | CFILE_GLOB = $(top_srcdir)/glade/*.c |
---|
18 | IGNORE_HFILES = glade-private.h |
---|
19 | |
---|
20 | INCLUDES = -I$(top_srcdir) $(LIBGLADE_CFLAGS) |
---|
21 | GTKDOC_LIBS = ../glade/libglade-2.0.la $(LIBGLADE_LIBS) |
---|
22 | |
---|
23 | include $(top_srcdir)/gtk-doc.make |
---|
24 | |
---|
25 | # Other files to distribute |
---|
26 | EXTRA_DIST += version.xml.in |
---|
Note: See
TracBrowser
for help on using the repository browser.