Makefile.am 377 B

123456789101112
  1. EXTRA_DIST = cvs.texi info-stnd.texi texinfo.texi mini_ker.texi \
  2. version-stnd.texi version.texi fdl.texi hello.texi fdl-hello.texi \
  3. mini_ker_t2h.init cvs.init tests.txt res res_all res_info
  4. DISTCLEANFILES = tests.log tests.out
  5. distclean-local:
  6. rm -rf out out_all out_info diffs
  7. dist-hook:
  8. rm -rf `find $(distdir)/res $(distdir)/res_info $(distdir)/res_all -name .svn`