diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-10 09:04:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-10 09:04:42 -0400 |
commit | c3df5ff84831fa5e17c7bf2f900d0e6ae3834ff4 (patch) | |
tree | ed7daf8311e2c9171bced0996b1531e74fcfb9fd /configure.ac | |
parent | 7c491608f8ee6f556f885d9ec4003b44bdfec790 (diff) |
Include example and website directories in release tarballs.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e60e097..46b186c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) -AC_CONFIG_FILES([Makefile haunt/config.scm]) +AC_CONFIG_FILES([Makefile example/Makefile website/Makefile haunt/config.scm]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) AC_CONFIG_FILES([scripts/haunt], [chmod +x scripts/haunt]) |