diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 02:10:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 02:12:47 +0100 |
commit | 67c80fa9930201d745a372bb2d451801db76c219 (patch) | |
tree | 91e76238d4664b1f1a61ddce53302f72ec61f33b /INSTALL | |
parent | add pkg-config and librarian files (diff) | |
download | libred-67c80fa9930201d745a372bb2d451801db76c219.tar.gz libred-67c80fa9930201d745a372bb2d451801db76c219.tar.bz2 libred-67c80fa9930201d745a372bb2d451801db76c219.tar.xz |
update makefile
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -66,7 +66,9 @@ to install. This rules are available: ├─────────────┼─────────────────────┼────────────────────────────────────────────┤ │ base │ install-base │ Install the basics: │ │ lib │ install-lib │ Install the libred library. │ -│ data │ install-data │ Install the resourcs. │ +│ data │ install-data │ Install the resources. │ +│ │ install-librarian │ Install the librarian file. │ +│ │ install-pc │ Install the pkg-config file. │ │ │ install-copyright │ Install the Expat License. │ │ doc │ install-doc │ Include all manuals: │ │ info │ install-info │ Include info manual. (Texinfo) │ |