glib/docs/Makefile.am
Owen Taylor 8cc4771fa2 Add gtk-doc checks for newly added docs/reference/ subdir.
Tue Sep  5 20:16:27 2000  Owen Taylor  <otaylor@redhat.com>

	* configure.in docs/Makefile.am: Add gtk-doc checks
	for newly added docs/reference/ subdir.
2000-09-06 00:17:41 +00:00

13 lines
229 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = reference
man_MANS = glib-config.1
EXTRA_DIST = glib-config.1.in
files:
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
echo $$p; \
done