Merge branch 'lrn/binary-tests' into 'master'
[glib.git] / docs / Makefile.am
blobf95636028578aa8214506beca38ad719dc6a80a4
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = reference
5 EXTRA_DIST = debugging.txt macros.txt
7 files:
8         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
9           echo $$p; \
10         done