aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-22 22:58:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-22 22:58:53 -0800
commit5de761482a51e65f58dc57f1ef391b0c8aab76b4 (patch)
tree172fb48d249f56b6151c5abdef951a5173157040 /.github
parentef63ade26b7ec941b21da07117a43b8c3680cffa (diff)
downloadpandoc-5de761482a51e65f58dc57f1ef391b0c8aab76b4.tar.gz
Macos release workflow: just copy pandoc.1 rather than regenerating.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-candidate.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 90ee9e0fa..abcfbe36c 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -123,10 +123,7 @@ jobs:
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-citeproc
- ${DEST}/bin/pandoc -f markdown-smart -t man -s \
- --template man/pandoc.1.template --lua-filter man/manfilter.lua \
- --variable version="pandoc ${VERSION}" \
- -o ${DEST}/share/man/man1/pandoc.1
+ cp man/pandoc.1 ${DEST}/share/man/man1/pandoc.1
${DEST}/bin/pandoc-citeproc --man > \
$DEST/share/man/man1/pandoc-citeproc.1
${DEST}/bin/pandoc -t html5 -s COPYING.md -Vpagetitle=License \