Macos release workflow: just copy pandoc.1 rather than regenerating.
This commit is contained in:
parent
ef63ade26b
commit
5de761482a
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release-candidate.yml
vendored
5
.github/workflows/release-candidate.yml
vendored
|
@ -123,10 +123,7 @@ jobs:
|
||||||
for f in $(find .stack-work/install -name 'pandoc*' -perm +001 -type f); do cp $f ${DEST}/bin/; done
|
for f in $(find .stack-work/install -name 'pandoc*' -perm +001 -type f); do cp $f ${DEST}/bin/; done
|
||||||
strip ${DEST}/bin/pandoc
|
strip ${DEST}/bin/pandoc
|
||||||
strip ${DEST}/bin/pandoc-citeproc
|
strip ${DEST}/bin/pandoc-citeproc
|
||||||
${DEST}/bin/pandoc -f markdown-smart -t man -s \
|
cp man/pandoc.1 ${DEST}/share/man/man1/pandoc.1
|
||||||
--template man/pandoc.1.template --lua-filter man/manfilter.lua \
|
|
||||||
--variable version="pandoc ${VERSION}" \
|
|
||||||
-o ${DEST}/share/man/man1/pandoc.1
|
|
||||||
${DEST}/bin/pandoc-citeproc --man > \
|
${DEST}/bin/pandoc-citeproc --man > \
|
||||||
$DEST/share/man/man1/pandoc-citeproc.1
|
$DEST/share/man/man1/pandoc-citeproc.1
|
||||||
${DEST}/bin/pandoc -t html5 -s COPYING.md -Vpagetitle=License \
|
${DEST}/bin/pandoc -t html5 -s COPYING.md -Vpagetitle=License \
|
||||||
|
|
Loading…
Add table
Reference in a new issue