Home | History | Annotate | Download | only in docs
      1 ## Process this file with automake to produce Makefile.in
      2 include $(top_srcdir)/Makefile.decl
      3 
      4 SUBDIRS = reference
      5 
      6 EXTRA_DIST += debugging.txt macros.txt
      7 
      8 files:
      9 	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
     10 	  echo $$p; \
     11 	done
     12