1## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
2##
3## This file is part of cairomm.
4##
5## cairomm is free software: you can redistribute it and/or modify it
6## under the terms of the GNU Lesser General Public License as published
7## by the Free Software Foundation, either version 2.1 of the License,
8## or (at your option) any later version.
9##
10## cairomm is distributed in the hope that it will be useful, but
11## WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13## See the GNU Lesser General Public License for more details.
14##
15## You should have received a copy of the GNU Lesser General Public License
16## along with this library.  If not, see <http://www.gnu.org/licenses/>.
17
18include $(top_srcdir)/cairomm/filelist.am
19
20book_name = $(CAIROMM_MODULE_NAME)
21doc_input = $(addprefix $(top_srcdir)/cairomm/,$(cairomm_public_h))
22
23pubdocbase = http://www.cairographics.org/documentation/
24htmlrefpub = $(pubdocbase)cairomm/reference
25
26include $(top_srcdir)/build/doc-reference.am
27
28dist_noinst_DATA +=			\
29	doc-install.pl			\
30	doc-postprocess.pl		\
31	tagfile-to-devhelp2.xsl
32