From: Chris Hanson Date: Thu, 15 Dec 2022 10:14:56 +0000 (-0800) Subject: Use bootstrap script to set up doc tree. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=adb075a0d398a364e79c4998a6509a5046dc2907;p=mit-scheme.git Use bootstrap script to set up doc tree. --- diff --git a/dist/make-src-files b/dist/make-src-files index e98b05fad..5f30edd95 100755 --- a/dist/make-src-files +++ b/dist/make-src-files @@ -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}"