Add gtk-doc checks for newly added docs/reference/ subdir.
[platform/upstream/glib.git] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = reference
4
5 man_MANS = glib-config.1
6
7 EXTRA_DIST = glib-config.1.in
8
9 files:
10         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
11           echo $$p; \
12         done