diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-02-17 15:10:25 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-02-17 15:10:25 -0800 |
commit | d6709baba9c8d1c082116dccdd5e75c2c58288fc (patch) | |
tree | 8a68f75d4d3b1ad5239ea711aa63f62248917b08 /configure.ac | |
parent | 37356007a0365a26d5a287320591cfe7f8490714 (diff) |
Fix src dist, add seperate Makefile.am for docs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |