Makefile.am 227 B

12345678910
  1. EXTRA_DIST = tests.txt res res_all res_info
  2. DISTCLEANFILES = tests.log tests.out
  3. distclean-local:
  4. rm -rf out out_all out_info diffs
  5. dist-hook:
  6. rm -rf `find $(distdir)/res $(distdir)/res_info $(distdir)/res_all -name .svn`