source: trunk/third/libglade2/doc/Makefile.am @ 20816

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 
1AUTOMAKE_OPTIONS = 1.6
2## Process this file with automake to produce Makefile.in
3# The name of the module.
4DOC_MODULE = libglade
5
6content_files=version.xml
7HTML_IMAGES=
8
9# The top-level SGML file.
10DOC_MAIN_SGML_FILE = libglade-docs.xml
11
12#SCANGOBJ_OPTIONS =
13SCAN_OPTIONS = --deprecated-guards="LIBGLADE_DISABLE_DEPRECATED"
14
15DOC_SOURCE_DIR = ../glade
16HFILE_GLOB = $(top_srcdir)/glade/*.h
17CFILE_GLOB = $(top_srcdir)/glade/*.c
18IGNORE_HFILES = glade-private.h
19
20INCLUDES = -I$(top_srcdir) $(LIBGLADE_CFLAGS)
21GTKDOC_LIBS = ../glade/libglade-2.0.la $(LIBGLADE_LIBS)
22
23include $(top_srcdir)/gtk-doc.make
24
25# Other files to distribute
26EXTRA_DIST += version.xml.in
Note: See TracBrowser for help on using the repository browser.