diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-03 03:53:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-03 03:53:47 +0100 |
commit | 25c8aaab6abd719c4c3c17b24d47315cf099ac83 (patch) | |
tree | eb94dffb0f93637b7596423ad2a709758f7747dd | |
parent | add info manual (diff) | |
download | librarian-25c8aaab6abd719c4c3c17b24d47315cf099ac83.tar.gz librarian-25c8aaab6abd719c4c3c17b24d47315cf099ac83.tar.bz2 librarian-25c8aaab6abd719c4c3c17b24d47315cf099ac83.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | doc/man/librarian.1 | 4 |
2 files changed, 13 insertions, 4 deletions
@@ -80,7 +80,7 @@ DESCRIPTION by an = (equals-sign) and the version number. Empty lines and lines starting with a # (she) in a - librarian files is ignored. Other lines should begin + librarian files are ignored. Other lines should begin with a variable name and be followed by the required flags relevant to that variable. For the variable deps, libraries that the library requires should be listed @@ -99,7 +99,7 @@ OPTIONS ENVIRONMENT LIBRARIAN_PATH - Colon separated list of directories to search + Colon-separated list of directories to search for librarian files. EXIT STATUS @@ -111,6 +111,15 @@ EXIT STATUS 3 Usage error. +FEATURES + * Sane option set. + * Does not use glib. + * Does not implement features your package manager + implement. + * Language agnostic. + * Does not resolve variables declared in the file. + * Does not parse lines beyond identifying what it is. + RATIONALE pkg-config(1) sucks. diff --git a/doc/man/librarian.1 b/doc/man/librarian.1 index 24747b4..8d38756 100644 --- a/doc/man/librarian.1 +++ b/doc/man/librarian.1 @@ -150,7 +150,7 @@ Empty lines and lines starting with a .B # (she) in a .B librarian -files is ignored. Other lines should begin with a variable +files are ignored. Other lines should begin with a variable name and be followed by the required flags relevant to that variable. For the variable .BR deps , @@ -170,7 +170,7 @@ Print the location of the files specified by .IR LIBRARY . .TP .B \-o -Prefer older libraries, when multiple versions are available. +Prefer-older libraries, when multiple versions are available. .SH ENVIRONMENT .B LIBRARIAN_PATH Colon separated list of directories to search for librarian files. |