"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / doc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # The name of the module.
4 DOC_MODULE=gsf
5
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE=gsf-docs.sgml
8
9 # The directory containing the source code. Relative to $(srcdir)
10 DOC_SOURCE_DIR=../gsf
11
12 # Extra options to pass to gtkdoc-scangobj
13 SCANGOBJ_OPTIONS= --nogtkinit --type-init-func="gsf_init ()" 
14
15 # Extra options to supply to gtkdoc-scan
16 SCAN_OPTIONS=
17
18 # Extra options to supply to gtkdoc-mkdb
19 MKDB_OPTIONS=--sgml-mode --output-format=xml
20
21 # Extra options to supply to gtkdoc-fixref
22 FIXXREF_OPTIONS=
23
24 # Used for dependencies
25 HFILE_GLOB=$(top_srcdir)/gsf/*.h
26 CFILE_GLOB=$(top_srcdir)/gsf/*.c
27
28 # Header files to ignore when scanning
29 IGNORE_HFILES=                   \
30         biff-types.h             \
31         gsf-command-context.h    \
32         gsf-infile-msvba.h       \
33         gsf-io-context.h         \
34         gsf-output-transaction.h \
35         gsf-infile-ar.h
36
37 EXTRA_HFILES = ../gsf-gnome/*.h
38
39 # Images to copy into HTML directory
40 HTML_IMAGES =
41
42 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
43 content_files =
44
45 # Other files to distribute
46 extra_files =
47
48 # CFLAGS and LDFLAGS for compiling scan program. Only needed
49 # if $(DOC_MODULE).types is non-empty.
50 GTKDOC_CFLAGS = -I$(top_srcdir) $(LIBGSF_CFLAGS)
51 GTKDOC_LIBS = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS)
52
53 manpagedir   = $(mandir)/man1
54 manpage_DATA = gsf-office-thumbnailer.1 gsf-vba-dump.1 gsf.1
55
56 if GTK_DOC_INSTALLED
57 include $(top_srcdir)/gtk-doc.make
58 CLEANFILES += gsf-scan.*
59 .PHONY : dist-hook-local
60 EXTRA_DIST += $(manpage_DATA)
61 else
62 EXTRA_DIST = $(manpage_DATA)
63 endif
64
65 EXTRA_DIST += developer/blocksize.html