Makefile.am 247 B

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