summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-10 08:38:33 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-10 08:38:33 -0400
commit7c491608f8ee6f556f885d9ec4003b44bdfec790 (patch)
tree03a4cdb8993f990eb2f736788b887c3709a1ffb9
parent081f8b6e9f4a71881c2f27ba6e9739acafa91d72 (diff)
Include README.md in future release tarballs.
Thanks to Ben Sturmfels for pointing out that it was missing.
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 184d3a0..a98088c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,4 +60,6 @@ SOURCES = \
haunt/serve/mime-types.scm \
haunt/serve/web-server.scm
-EXTRA_DIST += pre-inst-env.in
+EXTRA_DIST += \
+ pre-inst-env.in \
+ README.md