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 | |
parent | 37356007a0365a26d5a287320591cfe7f8490714 (diff) |
Fix src dist, add seperate Makefile.am for docs
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5789,7 +5789,7 @@ else fi -ac_config_files="$ac_config_files Makefile src/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -6543,6 +6543,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |