瀏覽代碼

macOS/install: do not install system level docs (#1909)

nilason 3 年之前
父節點
當前提交
2d6ba1e6c1
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      include/Make/Install.make

+ 0 - 5
include/Make/Install.make

@@ -115,11 +115,6 @@ real-install: | $(DESTDIR) $(DESTDIR)$(INST_DIR) $(DESTDIR)$(UNIX_BIN)
 
 	-$(CHMOD) -R a+rX $(DESTDIR)$(INST_DIR) 2>/dev/null
 
-ifneq ($(findstring darwin,$(ARCH)),)
-	@# enable OSX Help Viewer
-	@/bin/ln -sfh "$(INST_DIR)/docs/html" /Library/Documentation/Help/GRASS-$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)
-endif
-
 $(DESTDIR):
 	$(MAKE_DIR_CMD) -p $@