blob: ee04fe1bbe729dfa296f5fb08c7b8c1b7b503542 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
info_TEXINFOS = glib.texi
man_MANS = glib-config.1
EXTRA_DIST = glib-config.1 \
glib.html \
glib_toc.html
glib.html glib_toc.html:
(cd $(srcdir); texi2html glib.texi)
files:
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
echo $$p; \
done