aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-14 22:15:34 +0200
committerMattias Andrée <maandree@kth.se>2017-06-14 22:15:34 +0200
commit3da92f1647526819021e5776cd3c488ba2474852 (patch)
tree3c55206f16d84257dbbfdfa011421c71262cb6b2 /Makefile
parentAdd YES colour model, generate the conversion matrices, and add more direct conversions (diff)
downloadlibcolour-3da92f1647526819021e5776cd3c488ba2474852.tar.gz
libcolour-3da92f1647526819021e5776cd3c488ba2474852.tar.bz2
libcolour-3da92f1647526819021e5776cd3c488ba2474852.tar.xz
Doc YES
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7b78c3..db15bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ MAN7 =\
LIBCOLOUR_YPBPR.7\
LIBCOLOUR_YCGCO.7\
LIBCOLOUR_CIE1960UCS.7\
- LIBCOLOUR_CIEUVW.7
+ LIBCOLOUR_CIEUVW.7\
+ LIBCOLOUR_YES.7
MAN3 =\
libcolour_convert.3\