Skip to content

Commit

Permalink
macOS/install: do not install system level docs (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 1, 2021
1 parent 64c8467 commit e2f94df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/Make/Install.make
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

Expand Down

0 comments on commit e2f94df

Please sign in to comment.