Makefile.am 362 B

12345678910111213
  1. EXTRA_DIST = custhtml.texi ifo.texi options.texi texi2html.texi \
  2. custpage.texi initfile.texi reference.texi version.texi \
  3. custhtml-header.htmltexi \
  4. tests.txt res
  5. DISTCLEANFILES = tests.log tests.out
  6. distclean-local:
  7. rm -rf out out_all out_info diffs
  8. dist-hook:
  9. rm -rf `find $(distdir)/res $(distdir)/res_info $(distdir)/res_all -name .svn`