mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Omit --enable-doc in the cabal haddock invocation.
tools/build-and-upload-api-docs.sh. I'm not sure what this was supposed to do but it seems undocumented.
This commit is contained in:
@@ -4,5 +4,5 @@ set -e
|
||||
dir=$(mktemp -d dist-docs.XXXXXX)
|
||||
trap 'rm -r "$dir"' EXIT
|
||||
|
||||
cabal v2-haddock --builddir="$dir" --haddock-for-hackage --enable-doc
|
||||
cabal v2-haddock --builddir="$dir" --haddock-for-hackage
|
||||
cabal upload -d --publish $dir/*-docs.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user