glib/docs/Makefile.am

11 lines
228 B
Makefile
Raw Normal View History

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