~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

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 = libgimpcolor
 
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 = gimpcolor.h
 
32
 
 
33
# Images to copy into HTML directory
 
34
HTML_IMAGES=
 
35
 
 
36
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 
37
content_files =
 
38
 
 
39
# Other files to distribute
 
40
extra_files =
 
41
 
 
42
# CFLAGS and LDFLAGS for compiling scan program. Only needed
 
43
# if $(DOC_MODULE).types is non-empty.
 
44
GTKDOC_CFLAGS =
 
45
GTKDOC_LIBS =
 
46
 
 
47
 
 
48
include $(top_srcdir)/gtk-doc.make
 
49
 
 
50
# Other files to distribute
 
51
EXTRA_DIST += version.in