]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Use bootstrap script to set up doc tree.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Dec 2022 10:14:56 +0000 (02:14 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Dec 2022 10:14:56 +0000 (02:14 -0800)
dist/make-src-files

index e98b05fade1ebab062b67719cadf8809abd06e2b..5f30edd95324854584d8eb2544c7fe271a91f2e8 100755 (executable)
@@ -69,7 +69,7 @@ cleanup_file "${DIST_DIR}"
 
 notify "Configuring the source tree"
 run_command "${SRC_OUT}"-config "${DIST_DIR}"/src ./Setup.sh
-run_command_append "${SRC_OUT}"-config "${DIST_DIR}"/doc autoconf
+run_command_append "${SRC_OUT}"-config "${DIST_DIR}"/doc ./bootstrap
 
 notify "Creating archive file"
 make_tar_file "${SRC_OUT}" "${DIST_DIR}"