mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Makefile: skip the open manpage on OS X
This is normally handled by the build_documentation.sh script, but if the tarball includes the documentation then that script is never run. We should do it in both places as the Xcode build uses only the build_documentation.sh script! Fixes #2561.
This commit is contained in:
@@ -21,6 +21,7 @@ fi
|
||||
|
||||
# Determine which man pages we don't want to generate.
|
||||
# on OS X, don't make a man page for open, since we defeat fish's open function on OS X.
|
||||
# This is also done in the Makefile, but the Xcode build doesn't use that
|
||||
CONDEMNED_PAGES=
|
||||
if test `uname` = 'Darwin'; then
|
||||
CONDEMNED_PAGES="$CONDEMNED_PAGES open.1"
|
||||
|
||||
Reference in New Issue
Block a user