Skip to content

Commit

Permalink
fix: OTP 27 doesn't have man pages or PDF docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed May 22, 2024
1 parent 845d86c commit bb68bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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 || :
Expand Down

0 comments on commit bb68bb3

Please sign in to comment.