summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 322686530c60b2b8da504eaef82d5fda157fe6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = src
SUBDIRS += tests

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libcroco.pc

extraincludedir=$(includedir)/@PACKAGE@
extrainclude_DATA= libcroco-config.h


bin_SCRIPTS=croco-config

man_MANS = croco-config.1

EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING \
docs/examples/cssom-example.c  docs/usage.txt tests/test-inputs/*.css \
tests/test-outputs/*.out

apidoc:
	if ! test -d docs/apis ; then  mkdir -p docs/apis ;  fi ;
	doxygen Doxyfile