summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: 2349f44f6d376e608047474088f96a6d0422c27c (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl

SUBDIRS = reference

EXTRA_DIST += debugging.txt macros.txt

files:
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
	  echo $$p; \
	done