Makefile.am 273 B

1234567891011
  1. EXTRA_DIST = nested_formats.texi \
  2. tests-parser.txt res_parser res_parser_info
  3. DISTCLEANFILES = tests.log tests.out
  4. distclean-local:
  5. rm -rf out_parser out_parser_info diffs test_log
  6. dist-hook:
  7. rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name .svn`