summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-11-06 15:36:53 +0000
committerColin Watson <cjwatson@debian.org>2015-11-06 15:36:53 +0000
commitc0ce0b159dbd5d328b464dba710c0c2df2d97f81 (patch)
tree3c0ac940dc0c815f14b561f4b44b462a4e54e4da /manual
parentcbd3d04eb3ed790356047ca70ac900f9e599f7e2 (diff)
Build text manual with LC_ALL=C
nroff's UTF-8 output is a bit wonky in this case, but ASCII will do fine. * manual/Makefile.am (.pp.cat): Set LC_ALL=C.
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.am2
-rw-r--r--manual/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile.am b/manual/Makefile.am
index 7bb3ab4a..783ab2aa 100644
--- a/manual/Makefile.am
+++ b/manual/Makefile.am
@@ -73,7 +73,7 @@ $(MANUAL).pp: $(ME_FILES) version
dvips -f -t a4 $< > $@
.pp.cat:
- nroff -me $< > $@
+ LC_ALL=C nroff -me $< > $@
.pp.html:
$(TROFF) -me -Thtml -P-I$* $< > $@
diff --git a/manual/Makefile.in b/manual/Makefile.in
index ae288f1b..4a59d1b3 100644
--- a/manual/Makefile.in
+++ b/manual/Makefile.in
@@ -1568,7 +1568,7 @@ $(MANUAL).pp: $(ME_FILES) version
dvips -f -t a4 $< > $@
.pp.cat:
- nroff -me $< > $@
+ LC_ALL=C nroff -me $< > $@
.pp.html:
$(TROFF) -me -Thtml -P-I$* $< > $@