mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
Ensure that nroff doesn't put anything but ASCII characters into the
--manual text.
This commit is contained in:
parent
674845f239
commit
c3a02f5407
3
CHANGES
3
CHANGES
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel Fandrich (19 Dec 2007)
|
||||||
|
- Ensure that nroff doesn't put anything but ASCII characters into the
|
||||||
|
--manual text.
|
||||||
|
|
||||||
Yang Tse (18 Dec 2007)
|
Yang Tse (18 Dec 2007)
|
||||||
- MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,
|
- MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,
|
||||||
|
@ -41,7 +41,9 @@ curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
|
|||||||
curl_DEPENDENCIES = ../lib/libcurl.la
|
curl_DEPENDENCIES = ../lib/libcurl.la
|
||||||
BUILT_SOURCES = hugehelp.c
|
BUILT_SOURCES = hugehelp.c
|
||||||
CLEANFILES = hugehelp.c
|
CLEANFILES = hugehelp.c
|
||||||
NROFF=@NROFF@ @MANOPT@ # figured out by the configure script
|
# Use the C locale to ensure that only ASCII characters appear in the
|
||||||
|
# embedded text.
|
||||||
|
NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
|
||||||
|
|
||||||
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
|
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
|
||||||
Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx \
|
Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx \
|
||||||
|
Loading…
Reference in New Issue
Block a user