3bd7e988597cca9207569993a09fa68352b108d0
[platform/upstream/glib.git] / docs / reference / glib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 AUTOMAKE_OPTIONS = 1.6
3
4 # The name of the module.
5 DOC_MODULE=glib
6
7 # The top-level SGML file.
8 DOC_MAIN_SGML_FILE=glib-docs.sgml
9
10 # Extra options to supply to gtkdoc-scan
11 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
12
13 # The directory containing the source code. Relative to $(srcdir)
14 DOC_SOURCE_DIR=../../..
15
16 # Used for dependencies
17 HFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.h
18 CFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c
19
20 # Headers to ignore
21 IGNORE_HFILES=                  \
22         build                   \
23         gobject                 \
24         config.h                \
25         glibintl.h              \
26         gbsearcharray.h         \
27         gmoduleconf.h           \
28         gunibreak.h             \
29         gunicomp.h              \
30         gunidecomp.h            \
31         gunichartables.h        \
32         glibconfig-sysdefs.h    \
33         gdebug.h                \
34         gprintfint.h            \
35         gnulib
36
37 # Extra options to supply to gtkdoc-mkdb
38 MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio
39
40 # Images to copy into HTML directory
41 HTML_IMAGES =                           \
42         mainloop-states.gif
43
44 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
45 content_files =                         \
46         running.sgml                    \
47         building.sgml                   \
48         changes.sgml                    \
49         compiling.sgml                  \
50         resources.sgml                  \
51         version.xml                     \
52         glib-gettextize.xml
53
54 # Extra options to supply to gtkdoc-fixref
55 FIXXREF_OPTIONS=
56
57 man_MANS = glib-gettextize.1 
58
59 if ENABLE_MAN
60
61 %.1 : %.xml 
62         @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
63
64 endif
65
66 # include common portion ...
67 include $(top_srcdir)/gtk-doc.make
68
69 # Other files to distribute
70 EXTRA_DIST +=                           \
71         mainloop-states.fig             \
72         mainloop-states.png             \
73         mainloop-states.eps             \
74         version.xml.in