From 71abbdaeb1bca1c62bbae4cb4d5ccbc1ecea014e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 8 Jun 2017 00:06:26 +0200 Subject: Add man pages for most colour models MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ab5b6b..0b52b45 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,31 @@ TEMPLATES =\ libcolour-template.c MAN7 =\ - libcolour.7 - -MAN3 = + libcolour.7\ + LIBCOLOUR_RGB.7\ + LIBCOLOUR_SRGB.7\ + LIBCOLOUR_CIEXYY.7\ + LIBCOLOUR_CIEXYZ.7\ + LIBCOLOUR_CIELAB.7\ + LIBCOLOUR_CIELUV.7\ + LIBCOLOUR_CIELCHUV.7\ + LIBCOLOUR_YIQ.7\ + LIBCOLOUR_YDBDR.7\ + LIBCOLOUR_YUV.7\ + LIBCOLOUR_YPBPR.7\ + LIBCOLOUR_YCGCO.7\ + LIBCOLOUR_CIE1960UCS.7\ + LIBCOLOUR_CIEUVW.7 + +MAN3 =\ + libcolour_convert.3\ + libcolour_srgb_encode.3\ + libcolour_srgb_decode.3\ + libcolour_delta_e.3\ + libcolour_proper.3\ + libcolour_get_rgb_colour_space.3\ + libcolour_marshal.3\ + libcolour_unmarshal.3 MAN3_SYMLINKS =\ libcolour_convert_f.3\ -- cgit v1.2.3-70-g09d2