]> git.codecow.com Git - Monocypher.git/commit
Split installation into 3 sub targets
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Mar 2023 10:25:07 +0000 (11:25 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Mar 2023 10:25:07 +0000 (11:25 +0100)
commita4abbbb9f7eaaa8f2b57586354a452663398321a
treef606fef9229429378b90ea357fd0d96f975db659
parent6bda1327b5f4b9e25a2d2b5021c2d9d42d27c15d
Split installation into 3 sub targets

Namely:

- `install-lib`: library files and headers.
- `install-doc`: man pages.
- `install-pc` : pkg-config file.

Some users don't want to install everything.  Those who pull Monocypher
directly from git, despite strong suggestion to use a tarball instead,
can be especially annoyed at the mandoc dependency.

We could also split the library and includes, but this feels overkill.
README.md
makefile