diff options
-rw-r--r-- | .github/workflows/release-candidate.yml | 5 |
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 \ |