summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-02-17 15:10:25 -0800
committerLouie Shprung <lshprung@scu.edu>2023-02-17 15:10:25 -0800
commitd6709baba9c8d1c082116dccdd5e75c2c58288fc (patch)
tree8a68f75d4d3b1ad5239ea711aa63f62248917b08 /configure.ac
parent37356007a0365a26d5a287320591cfe7f8490714 (diff)
Fix src dist, add seperate Makefile.am for docs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61642f7..cb72185 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,5 +47,6 @@ AM_CONDITIONAL([UNIX], [test "$build_unix" = "yes"])
AM_CONDITIONAL([WINDOWS], [test "$build_windows" = "yes"])
AC_CONFIG_FILES([Makefile
- src/Makefile])
+ src/Makefile
+ docs/Makefile])
AC_OUTPUT