From: Shane Jaroch Date: Thu, 8 Jan 2026 22:25:37 +0000 (-0500) Subject: update install.sh (automate completion installs?) X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=941e644b92519f46eef2166fdebb87c9a0706622;p=gamesguru%2Fgit-remote-gcrypt.git update install.sh (automate completion installs?) --- diff --git a/install.sh b/install.sh index 0d8bba3..6859551 100755 --- a/install.sh +++ b/install.sh @@ -46,6 +46,9 @@ trap 'rm -rf "$BUILD_DIR"' EXIT # Placeholder injection sed "s|@@DEV_VERSION@@|$VERSION|g" git-remote-gcrypt >"$BUILD_DIR/git-remote-gcrypt" +# --- GENERATION --- +verbose python3 completions/gen_docs.py + # --- INSTALLATION --- # This is where the 'Permission denied' happens if not sudo install_v "$BUILD_DIR/git-remote-gcrypt" "$DESTDIR$prefix/bin" 755 @@ -65,15 +68,13 @@ else echo "'rst2man' not found, man page not installed" >&2 fi -# Suggest installing shell completions -cat >&2 <