about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-23 18:21:50 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-23 18:21:50 +0000
commit66be289901508d5a6ed092db81ec96815c42d21d (patch)
tree3d8ff24927ae26e978476b8c12a51f8a73929e34 /GNUmakefile
parentc20077db941cc969fb3721c7527d37a99367f220 (diff)
downloadunicorn-66be289901508d5a6ed092db81ec96815c42d21d.tar.gz
Otherwise it could casefold and we don't want that.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c0016ef..da55052 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -176,7 +176,7 @@ doc: .document $(ext)/unicorn_http.c man html .wrongdoc.yml
         $(RM) -r doc
         wrongdoc all
         install -m644 COPYING doc/COPYING
-        install -m644 $(shell grep '^[A-Z]' .document) doc/
+        install -m644 $(shell LC_ALL=C grep '^[A-Z]' .document) doc/
         install -m644 $(man1_paths) doc/
         tar cf - $$(git ls-files examples/) | (cd doc && tar xf -)
         $(RM) $(man1_rdoc)