Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
c3a02f54
Commit
c3a02f54
authored
17 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Ensure that nroff doesn't put anything but ASCII characters into the
--manual text.
parent
674845f2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+3
-0
3 additions, 0 deletions
CHANGES
src/Makefile.am
+3
-1
3 additions, 1 deletion
src/Makefile.am
with
6 additions
and
1 deletion
CHANGES
+
3
−
0
View file @
c3a02f54
...
...
@@ -6,6 +6,9 @@
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)
- MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
3
−
1
View file @
c3a02f54
...
...
@@ -41,7 +41,9 @@ curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
curl_DEPENDENCIES
=
../lib/libcurl.la
BUILT_SOURCES
=
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
\
Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment