diff options
| author | John MacFarlane <[email protected]> | 2023-12-11 23:08:40 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-11 23:08:40 -0800 |
| commit | a29049bd769163466290bcb0c9f3b51587d33a78 (patch) | |
| tree | 87dae9aa55331ef5f396c8c2f906f196bf671130 /macos | |
| parent | 4a5e5a4c90e1d7790a412eee2343010d00aa7035 (diff) | |
Fix man page locations in linux and macos package build scripts.
man pages have moved to pandoc-cli/man.
Diffstat (limited to 'macos')
| -rw-r--r-- | macos/make_macos_release.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macos/make_macos_release.sh b/macos/make_macos_release.sh index 9c552f7d5..6e988c009 100644 --- a/macos/make_macos_release.sh +++ b/macos/make_macos_release.sh @@ -30,9 +30,9 @@ strip "$DEST/bin/pandoc" # Copy man pages and license echo "Copying manuals and license..." -cp man/pandoc.1 "$DEST/share/man/man1/pandoc.1" -cp man/pandoc-server.1 "$DEST/share/man/man1/pandoc-server.1" -cp man/pandoc-lua.1 "$DEST/share/man/man1/pandoc-lua.1" +cp pandoc-cli/man/pandoc.1 "$DEST/share/man/man1/pandoc.1" +cp pandoc-cli/man/pandoc-server.1 "$DEST/share/man/man1/pandoc-server.1" +cp pandoc-cli/man/pandoc-lua.1 "$DEST/share/man/man1/pandoc-lua.1" "$BINPATH" -s COPYING.md -Vpagetitle=License -o "$RESOURCES/license.html" # Prepare distribution directory; after downloading, run 'make' to notarize |
