Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 7605a85

Browse files
committed
Added manpages for hugo
1 parent ce1fe45 commit 7605a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/hugo/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN <<EOF
1010
curl --silent --location --fail "https://github.com/gohugoio/hugo/releases/download/v${version}/hugo_extended_${version}_Linux-64bit.tar.gz" \
1111
| tar --extract --gzip --directory="${prefix}${target}/bin/" --no-same-owner \
1212
hugo
13+
"${prefix}${target}/bin/hugo" gen man --dir "${prefix}${target}/share/man/man1"
1314
"${prefix}${target}/bin/hugo" completion bash >"${prefix}${target}/share/bash-completion/completions/hugo"
1415
"${prefix}${target}/bin/hugo" completion fish >"${prefix}${target}/share/fish/vendor_completions.d/hugo.fish"
1516
"${prefix}${target}/bin/hugo" completion zsh >"${prefix}${target}/share/zsh/vendor-completions/_hugo"

0 commit comments

Comments
 (0)