~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.6
 
4
 
 
5
# The name of the module.
 
6
DOC_MODULE = libgimpbase
 
7
 
 
8
# The top-level SGML file.
 
9
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
 
10
 
 
11
# The directory containing the source code.
 
12
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
 
13
 
 
14
# Extra options to pass to gtkdoc-scangobj
 
15
SCANGOBJ_OPTIONS =
 
16
 
 
17
# Extra options to supply to gtkdoc-scan
 
18
SCAN_OPTIONS =
 
19
 
 
20
# Extra options to supply to gtkdoc-mkdb
 
21
MKDB_OPTIONS = --sgml-mode --output-format=xml
 
22
 
 
23
# Extra options to supply to gtkdoc-fixref
 
24
FIXXREF_OPTIONS =
 
25
 
 
26
# Used for dependencies
 
27
HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
 
28
CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
 
29
 
 
30
# Header files to ignore when scanning
 
31
IGNORE_HFILES = \
 
32
        gimpbase.h              \
 
33
        gimpbase-private.h      \
 
34
        gimpwin32-io.h
 
35
 
 
36
# Images to copy into HTML directory
 
37
HTML_IMAGES=
 
38
 
 
39
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 
40
content_files =
 
41
 
 
42
# Other files to distribute
 
43
extra_files =
 
44
 
 
45
# CFLAGS and LDFLAGS for compiling scan program. Only needed
 
46
# if $(DOC_MODULE).types is non-empty.
 
47
GTKDOC_CFLAGS =
 
48
GTKDOC_LIBS =
 
49
 
 
50
 
 
51
include $(top_srcdir)/gtk-doc.make
 
52
 
 
53
# Other files to distribute
 
54
EXTRA_DIST += version.in