From bb68bb30414925ce1ce559ac96c067f457c14739 Mon Sep 17 00:00:00 2001 From: Beatrix Klebe Date: Tue, 21 May 2024 11:14:10 -0400 Subject: [PATCH] fix: OTP 27 doesn't have man pages or PDF docs --- .config/zsh/.zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 3c70051..5a07fc6 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -27,8 +27,8 @@ $PATH" export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include" export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib" export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3" -# export KERL_BUILD_DOCS=yes -# export KERL_DOC_TARGETS="man html pdf chunks" +export KERL_BUILD_DOCS=yes +export KERL_DOC_TARGETS=" html chunks" # Added by OrbStack: command-line tools and integration # source ~/.orbstack/shell/init.zsh 2>/dev/null || :