Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify make install step of README; allow PREFIX, MANDIR, BINDIR override #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2021

  1. Makefile: allow PREFIX, MANDIR, BINDIR override

    - fixes brandt#9
    
    - partially address concerns about lack of a `./configure` script in
      brandt#4
    ernstki authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b929650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5819b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64d4096 View commit details
    Browse the repository at this point in the history
  4. Makefile: fix MANDIR, fix for macOS

    - MANDIR was not a directory before; now it is
    
    - macOS has no "root" group, and -g/-o are rarely needed anyway
    
      - hat tip to osmcode/libosmium#18
    
    - fairly-recent macOS (Mojave) still does not have 'install -D' so do
      'install -d' explicitly for the parent directories, particularly for
      'man8', since that probably won't exist in most people's
      /usr/local/share/man to begin with
    ernstki committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d7a9033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62742d1 View commit details
    Browse the repository at this point in the history