fix: do not include doctest output in examples
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile.am
M Makefile.am +2 -2
@@ 26,8 26,8 @@ WISP = wisp-guile.w wisp-reader.w wisp-s
 guile_install_go_files = install-nobase_goDATA
 $(guile_install_go_files): install-nobase_siteDATA
 
-EXTRA_DIST = $(WISP) bootstrap.sh bootstrap-reader.sh language examples tests wisp-repl-guile.sh testrunner.w wisp.py wisp.scm wisp.in m4 ob-wisp.el wisp-mode.el AUTHORS.in
-CLEANFILES = 1 2 $(GOBJECTS)
+EXTRA_DIST = $(WISP) bootstrap.sh bootstrap-reader.sh language $(wildcard examples/*.w) $(wildcard examples/*.scm) $(wildcard examples/*.csv) examples/files/test tests wisp-repl-guile.sh testrunner.w wisp.py wisp.scm wisp.in m4 ob-wisp.el wisp-mode.el AUTHORS.in
+CLEANFILES = 1 2 $(GOBJECTS) $(wildcard *~)
 DISTCLEANFILES = $(bin_SCRIPTS) $(nobase_site_DATA) .wisp-repl
 # don't spout out lots of stuff at each distcheck. Disable for debugging.
 AM_DISTCHECK_CONFIGURE_FLAGS="--quiet"