From 485f9bc1237a020b25e8c4b5b1066fd7f30525ba Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 9 Oct 2013 21:36:25 +0300 Subject: [PATCH] add unicode doc to full dist --- make_full.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_full.sh b/make_full.sh index 2fc6f409..a37c3be2 100644 --- a/make_full.sh +++ b/make_full.sh @@ -36,6 +36,7 @@ for i in \ doc/uri.txt \ doc/testcases.txt \ doc/code-issues.txt \ + doc/unicode-support.txt \ ; do cp --parents $i $FULL/ done