chiark / gitweb /
test/bad.sod: Test error reporting and recovery.
[sod] / Makefile.am
index f2000ea43717cc6a7b4f8ba51577e998d6e5d230..84f652cdf19f2c4e2cca90847573b7a3f8a4556d 100644 (file)
@@ -53,6 +53,19 @@ SUBDIRS                      += doc
 ## The tests and examples.
 SUBDIRS                        += test
 
+###--------------------------------------------------------------------------
+### Additional random things useful during development.
+
+## ASDF hacking for finding the system definitions.
+EXTRA_DIST             += asdf-hack.lisp.in
+noinst_DATA            += asdf-hack.lisp
+asdf-hack.lisp: asdf-hack.lisp.in Makefile
+       $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
+               mv $@.new $@
+
+## Emacs hacking for indentation.
+EXTRA_DIST             += emacs-hacks.el
+
 ###--------------------------------------------------------------------------
 ### Distribution.
 
@@ -60,6 +73,9 @@ SUBDIRS                       += test
 dist-hook:
        echo $(VERSION) >$(distdir)/RELEASE
 
+## The `STYLE' document.
+EXTRA_DIST             += STYLE
+
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
 EXTRA_DIST             += config/confsubst