diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2026-06-06 12:17:21 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2026-06-06 12:17:21 -0400 |
| commit | 4aec9800fca665713b0eba19f10af927b483332e (patch) | |
| tree | 65d1b6cc83f34e9343c058e36bfe10474ff3d5ee /README.md | |
| parent | eabf1f6d74dac497ce31e3e2f441cfa25e9f74f2 (diff) | |
| download | bibutils-4aec9800fca665713b0eba19f10af927b483332e.tar.gz | |
Documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ pass through untouched. # Installation make install # PREFIX=/usr/local by default +Scripts go to $(PREFIX)/bin, the shared awk library to +$(PREFIX)/share/bibutils, and man pages to $(PREFIX)/share/man/man1. + The scripts look for the shared awk library in $BIBUTILS_LIB, then in lib/ next to the script, then in /usr/local/share/bibutils. If installing with a non-default PREFIX, set BIBUTILS_LIB accordingly. |