summaryrefslogtreecommitdiff
path: root/configure
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
parent37356007a0365a26d5a287320591cfe7f8490714 (diff)
Fix src dist, add seperate Makefile.am for docs
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index aa53ee1..a5aa93d 100755
--- a/configure
+++ b/configure
@@ -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