diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 11:50:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:44:19 -0300 |
commit | cb43fb5775dffb36416067be87327966200ee3b6 (patch) | |
tree | 53b531ffe7b8812ee7b99aba3130bbccee638383 /scripts/check-lc_ctype.c | |
parent | 415008af321999f502c281cae617037b3738d127 (diff) | |
download | linux-cb43fb5775dffb36416067be87327966200ee3b6.tar.gz linux-cb43fb5775dffb36416067be87327966200ee3b6.tar.bz2 linux-cb43fb5775dffb36416067be87327966200ee3b6.zip |
docs: remove DocBook from the building system
Now that we don't have any DocBook anymore, remove it from
the building system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'scripts/check-lc_ctype.c')
-rw-r--r-- | scripts/check-lc_ctype.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/check-lc_ctype.c b/scripts/check-lc_ctype.c deleted file mode 100644 index 9097ff5449fb..000000000000 --- a/scripts/check-lc_ctype.c +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Check that a specified locale works as LC_CTYPE. Used by the - * DocBook build system to probe for C.UTF-8 support. - */ - -#include <locale.h> - -int main(void) -{ - return !setlocale(LC_CTYPE, ""); -} |