diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 22:41:36 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 22:41:36 +0100 |
commit | 10f95bf8b1eb81ae8730487db2c9c53139481a17 (patch) | |
tree | 4c184ccfd671a9d516f59775fb4c3cb682da8420 /README | |
parent | 492ae17559a50d4f6b5606b3d12a4b850283cdca (diff) |
Makefile: Install documentation and example scripts.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ Run `make install`. Default settings for installation are: (/usr/local/bin) DATAROOTDIR = ${PREFIX}/share (/usr/local/share) + DOCDIR = ${DATAROOTDIR}/doc/metastore + (/usr/local/share/doc/metastore) MANDIR = ${DATAROOTDIR}/man (/usr/local/share/man) |