You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
267 B
16 lines
267 B
8 months ago
|
# As `asciidoctor` package has not been packaged to RHEL 8:
|
||
|
|
||
|
# Pass package version(eg. `3.4.0`) as argument
|
||
|
|
||
|
VERSION=$1
|
||
|
|
||
|
cd git-lfs-$VERSION
|
||
|
|
||
|
make man GIT_LFS_SHA=unused VERSION=unused PREFIX=unused
|
||
|
rm -r man/html
|
||
|
|
||
|
tar -czvf manpages.tgz man/*
|
||
|
|
||
|
cp manpages.tgz ../
|
||
|
|