diff options
author | Simon McVittie <smcv@debian.org> | 2021-08-30 10:48:49 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2021-08-30 13:09:05 +0100 |
commit | 11c2d9ea30ceee78ff38497c5980932ed3ddc7a4 (patch) | |
tree | ed7587d69fa5202ddf1a2ab9ce25c35f881fab6b /gtk/compose | |
parent | 52cdf3056d86c7dd46517bcf37cf36dd511d4252 (diff) | |
download | gtk+-11c2d9ea30ceee78ff38497c5980932ed3ddc7a4.tar.gz |
compose: Document how to get compose-parse input from libX11 source
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'gtk/compose')
-rw-r--r-- | gtk/compose/compose-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/compose/compose-parse.c b/gtk/compose/compose-parse.c index a1ec09d00d..385a34fb77 100644 --- a/gtk/compose/compose-parse.c +++ b/gtk/compose/compose-parse.c @@ -7,6 +7,7 @@ * character data, and definitions for the builtin compose table of GTK. * Run it like this: * + * cpp -DXCOMM='#' Compose.pre | sed -e 's/^ *#/#/' > Compose * compose-parse Compose sequences-little-endian sequences-big-endian chars gtkcomposedata.h * * The GTK build expects the output files to be in the source tree, in |