18:36. incorporated proposed cleanups from gtk-devel-list.
[platform/upstream/glib.git] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 info_TEXINFOS = glib.texi
4
5 man_MANS = glib-config.1
6
7 EXTRA_DIST = glib-config.1.in   \
8              glib.html          \
9              glib_toc.html
10
11 glib.html glib_toc.html:
12         (cd $(srcdir); texi2html glib.texi)
13
14 files:
15         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
16           echo $$p; \
17         done