glib/docs/Makefile.am
Sebastian Wilhelmi 64fca344e3 Remove docs/glib-config.1.in.
2001-06-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* docs/Makefile.am, configure.in: Remove docs/glib-config.1.in.
2001-06-08 12:19:59 +00:00

9 lines
172 B
Makefile

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