From 916a4f1902d129a695669ea3f9d2577f4301cd0f Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 12 Jun 2023 16:01:30 +0100 Subject: [PATCH] Include descriptive text for Generate-ClayRGB1998-icc-h.sh --- scripts/generate-ClayRGB1998-icc-h.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/generate-ClayRGB1998-icc-h.sh b/scripts/generate-ClayRGB1998-icc-h.sh index 73ab2b78..50a6fd8d 100755 --- a/scripts/generate-ClayRGB1998-icc-h.sh +++ b/scripts/generate-ClayRGB1998-icc-h.sh @@ -12,7 +12,13 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# Allow standalone replacement for xxd +## @file +## @brief Allow standalone replacement for xxd +## +## xxd is used to generate ClayRGB1998_icc.h from ClayRGB1998.icc. +## Installing xxd brings in vi, which loads unnecessary data. +## The alternative is to use xxdi.pl if installed. + command -v xxdi.pl >/dev/null 2>&1 && XXD="xxdi.pl" || XXD="xxd -i" # To generate the required code, xxd has to run in the same folder as the source -- 2.20.1