Add rudimentary gtk-doc support to the project
[profile/ivi/node-startup-controller.git] / Makefile.am
1 # vi:set ts=8 sw=8 noet ai nocindent:
2
3 SUBDIRS =                                                               \
4         boot-manager                                                    \
5         common                                                          \
6         docs                                                            \
7         legacy-app-handler                                              \
8         nsm-dummy                                                       \
9         tests
10
11 .PHONY: ChangeLog
12
13 ChangeLog: Makefile
14         (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
15         && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
16         || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
17
18 dist-hook: ChangeLog
19
20 DISTCHECK_CONFIGURE_FLAGS =                                             \
21         --enable-gtk-doc                                                \
22         --enable-debug=no