From d6709baba9c8d1c082116dccdd5e75c2c58288fc Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 17 Feb 2023 15:10:25 -0800 Subject: Fix src dist, add seperate Makefile.am for docs --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit