Add is_case.sh to MAN_TEMPLATE - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5939cf21cdb050e1c9bce964a30c9ad94f7440b9 | |
parent f6ab5a6edf5eae9470f7eb6ee3062fd9a7865ead | |
Author: Laslo Hunhold <[email protected]> | |
Date: Thu, 6 Oct 2022 00:12:50 +0200 | |
Add is_case.sh to MAN_TEMPLATE | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M Makefile | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -61,6 +61,7 @@ TEST =\ | |
test/word\ | |
MAN_TEMPLATE =\ | |
+ man/template/is_case.sh\ | |
man/template/next_break.sh\ | |
man/template/to_case.sh\ | |