summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 23:07:12 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 23:07:12 +0200
commit7c8dffbe931b960f06ce99fbf51ee5b6c677cbc0 (patch)
tree0fb6893209015e5a06f2b5dd149dc12297ee5f84 /share
parent976e06cc59d644ac2e16755ad548e1ecd2f95f74 (diff)
INSTALL: Document install-% and uninstall targets
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/doc/grepc/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/grepc/INSTALL b/share/doc/grepc/INSTALL
index 2d894c5..5da5b11 100644
--- a/share/doc/grepc/INSTALL
+++ b/share/doc/grepc/INSTALL
@@ -22,3 +22,14 @@ Install:
--------
$ sudo make install
+
+One can install just some specific parts of the package with
+commands of the form:
+
+ $ sudo make install-bin
+
+
+Uninstall:
+----------
+
+ $ sudo make uninstall