commit d8dc4bad69ff4006dca1309a194b6cf17f425ce5
Author: Laslo Hunhold <[email protected]>
AuthorDate: Wed Sep 7 22:30:02 2022 +0200
Commit: Laslo Hunhold <[email protected]>
CommitDate: Wed Sep 7 22:30:02 2022 +0200
Sort lists in Makefile
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/Makefile b/Makefile
index 48a4d57..beba207 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,12 @@ MAN3 =\
man/grapheme_decode_utf8\
man/grapheme_encode_utf8\
man/grapheme_is_character_break\
+ man/grapheme_is_uppercase\
+ man/grapheme_is_uppercase_utf8\
+ man/grapheme_is_lowercase\
+ man/grapheme_is_lowercase_utf8\
+ man/grapheme_is_titlecase\
+ man/grapheme_is_titlecase_utf8\
man/grapheme_next_character_break\
man/grapheme_next_line_break\
man/grapheme_next_sentence_break\
@@ -77,17 +83,11 @@ MAN3 =\
man/grapheme_next_sentence_break_utf8\
man/grapheme_next_word_break_utf8\
man/grapheme_to_uppercase\
- man/grapheme_to_lowercase\
- man/grapheme_to_titlecase\
man/grapheme_to_uppercase_utf8\
+ man/grapheme_to_lowercase\
man/grapheme_to_lowercase_utf8\
+ man/grapheme_to_titlecase\
man/grapheme_to_titlecase_utf8\
- man/grapheme_is_uppercase\
- man/grapheme_is_lowercase\
- man/grapheme_is_titlecase\
- man/grapheme_is_uppercase_utf8\
- man/grapheme_is_lowercase_utf8\
- man/grapheme_is_titlecase_utf8\
MAN7 =\
man/libgrapheme\
@@ -202,10 +202,10 @@ gen/word-test.h: data/WordBreakTest.txt gen/word-test
man/grapheme_is_character_break.3: man/grapheme_is_character_break.sh config.mk
man/grapheme_is_uppercase.3: man/grapheme_is_uppercase.sh
man/template/is_case.sh config.mk
-man/grapheme_is_lowercase.3: man/grapheme_is_lowercase.sh
man/template/is_case.sh config.mk
-man/grapheme_is_titlecase.3: man/grapheme_is_titlecase.sh
man/template/is_case.sh config.mk
man/grapheme_is_uppercase_utf8.3: man/grapheme_is_uppercase_utf8.sh
man/template/is_case.sh config.mk
+man/grapheme_is_lowercase.3: man/grapheme_is_lowercase.sh
man/template/is_case.sh config.mk
man/grapheme_is_lowercase_utf8.3: man/grapheme_is_lowercase_utf8.sh
man/template/is_case.sh config.mk
+man/grapheme_is_titlecase.3: man/grapheme_is_titlecase.sh
man/template/is_case.sh config.mk
man/grapheme_is_titlecase_utf8.3: man/grapheme_is_titlecase_utf8.sh
man/template/is_case.sh config.mk
man/grapheme_next_character_break.3: man/grapheme_next_character_break.sh
man/template/next_break.sh config.mk
man/grapheme_next_line_break.3: man/grapheme_next_line_break.sh
man/template/next_break.sh config.mk