From 5de761482a51e65f58dc57f1ef391b0c8aab76b4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Dec 2019 22:58:53 -0800 Subject: Macos release workflow: just copy pandoc.1 rather than regenerating. --- .github/workflows/release-candidate.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') 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 \ -- cgit v1.2.3