glib/docs/Makefile.am

9 lines
172 B
Makefile
Raw Normal View History

## 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