diff options
author | Mattias Andrée <maandree@kth.se> | 2018-01-15 20:08:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-01-15 20:08:52 +0100 |
commit | 2e0ea42092d06457fbf669f85104951e510879cd (patch) | |
tree | a8808ba599a3c6bd518fef3a4929751d6d212264 /Makefile | |
parent | Fix manuals (diff) | |
download | cg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.gz cg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.bz2 cg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.xz |
Add cg-shallow, minor fixes, and bump year1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,8 @@ BIN = bin/cg-brilliance \ bin/cg-query \ bin/cg-rainbow \ bin/cg-remove \ - bin/cg-sleepmode + bin/cg-sleepmode \ + bin/cg-shallow MAN1 = man/cg-brilliance.1 \ man/cg-darkroom.1 \ @@ -32,7 +33,8 @@ MAN1 = man/cg-brilliance.1 \ man/cg-query.1 \ man/cg-rainbow.1 \ man/cg-remove.1 \ - man/cg-sleepmode.1 + man/cg-sleepmode.1 \ + man/cg-shallow.1 MAN7 = man/cg-tools.7 |