Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a6c2cc07
Commit
a6c2cc07
authored
Oct 24, 2012
by
Glenn Morris
Browse files
* Makefile.in (install-man): Don't apply transform to suffix.
parent
c28885ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
a6c2cc07
2012-10-24 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-man): Don't apply transform to suffix.
2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
* configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
...
...
Makefile.in
View file @
a6c2cc07
...
@@ -622,7 +622,7 @@ install-man:
...
@@ -622,7 +622,7 @@ install-man:
thisdir
=
`
/bin/pwd
`
;
\
thisdir
=
`
/bin/pwd
`
;
\
cd
${mansrcdir}
;
\
cd
${mansrcdir}
;
\
for
page
in
*
.1
;
do
\
for
page
in
*
.1
;
do
\
dest
=
`
echo
"
$
${page}
"
|
sed
'
$(TRANSFORM)
'
`
;
\
dest
=
`
echo
"
$
${page}
"
|
sed
-e
's/\.1$$//'
-e
'
$(TRANSFORM)
'
`
.1
;
\
(
cd
$
${thisdir}
;
\
(
cd
$
${thisdir}
;
\
${INSTALL_DATA}
${mansrcdir}
/
$
${page}
$(DESTDIR)${man1dir}
/
$
${dest}
)
;
\
${INSTALL_DATA}
${mansrcdir}
/
$
${page}
$(DESTDIR)${man1dir}
/
$
${dest}
)
;
\
(
[
-n
"
${GZIP_INFO}
"
]
&&
[
-n
"
${GZIP_PROG}
"
]
)
||
continue
;
\
(
[
-n
"
${GZIP_INFO}
"
]
&&
[
-n
"
${GZIP_PROG}
"
]
)
||
continue
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment