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
d772827c
Commit
d772827c
authored
Jun 09, 2010
by
Glenn Morris
Browse files
* Makefile.in (install-arch-indep): Gzip the info files too.
parent
64c60c2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ChangeLog
ChangeLog
+2
-0
Makefile.in
Makefile.in
+2
-0
No files found.
ChangeLog
View file @
d772827c
2010-06-10 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-indep): Gzip the info files too.
* make-dist: Remove references to non-existent directories and files.
2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
...
...
Makefile.in
View file @
d772827c
...
...
@@ -580,6 +580,8 @@ install-arch-indep: mkdir info install-etc
for
f
in
`
ls
$$
elt
$$
elt-[1-9]
$$
elt-[1-9][0-9] 2>/dev/null
`
;
do
\
${INSTALL_DATA}
$$
f
$(DESTDIR)${infodir}
/
$$
f
;
\
chmod
a+r
$(DESTDIR)${infodir}
/
$$
f
;
\
[
-n
"
${GZIP_PROG}
"
]
&&
\
${GZIP_PROG}
-9n
$(DESTDIR)${infodir}
/
$$
f
;
\
done
;
\
done
)
;
\
else
true
;
fi
...
...
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