summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: e48e9e9b807954748d90d778ef73879b818cde3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
##
## This file is part of glibmm.
##
## glibmm is free software: you can redistribute it and/or modify it
## under the terms of the GNU Lesser General Public License as published
## by the Free Software Foundation, either version 2.1 of the License,
## or (at your option) any later version.
##
## glibmm is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
## See the GNU Lesser General Public License for more details.
##
## You should have received a copy of the GNU Lesser General Public License
## along with this library.  If not, see <http://www.gnu.org/licenses/>.

include $(top_srcdir)/glib/src/filelist.am
include $(top_srcdir)/glib/glibmm/filelist.am
include $(top_srcdir)/gio/src/filelist.am
include $(top_srcdir)/gio/giomm/filelist.am

glibmm_files_h = $(filter-out wrap_init.h,$(glibmm_files_built_h) $(glibmm_files_extra_h))
giomm_files_h  = $(filter-out wrap_init.h,$(giomm_files_built_h) $(giomm_files_extra_h))

book_name = $(GLIBMM_MODULE_NAME)
doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \
            $(addprefix $(top_srcdir)/gio/giomm/,$(giomm_files_h))

# Override the web location to use the old-style path with redundant
# directory components.
htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html

doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool
dist_doctool_DATA = doc-postprocess.pl doc-install.pl tagfile-to-devhelp2.xsl

docimagesdir = $(libdocdir)/images
dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif

include $(top_srcdir)/build/doc-reference.am

dist_noinst_DATA +=				\
	internal/documentation_generation.txt	\
	internal/gmmproc_internals.txt		\
	internal/using_gmmproc.txt		\
	internal/gtk_entry.dia			\
	reference/glibmm_header.html_fragment	\
	reference/glibmm_footer.html_fragment