Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8711588d
Commit
8711588d
authored
May 25, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-arch-indep): Install ebrowse.info.
parent
931d0724
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ChangeLog
ChangeLog
+1
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
8711588d
...
...
@@ -7,6 +7,7 @@
* Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
On FreeBSD, the exit status is 1 if CDPATH is not set.
(install-arch-indep): Install ebrowse.info.
2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
...
...
Makefile.in
View file @
8711588d
...
...
@@ -400,7 +400,7 @@ install-arch-indep: mkdir info
chmod
a+r
${infodir}
/dir
)
;
\
fi
;
\
cd
${srcdir}
/info
;
\
for
f
in
ada-mode
*
autotype
*
ccmode
*
cl
*
dired-x
*
ediff
*
efaq
*
emacs
*
eudc
*
forms
*
gnus
*
idlwave
*
info
*
message
*
mh-e
*
reftex
*
sc
*
vip
*
widget
*
;
do
\
for
f
in
ada-mode
*
autotype
*
ccmode
*
cl
*
dired-x
*
ebrowse
*
ediff
*
efaq
*
emacs
*
eudc
*
forms
*
gnus
*
idlwave
*
info
*
message
*
mh-e
*
reftex
*
sc
*
vip
*
widget
*
;
do
\
(
cd
$
${thisdir}
;
\
${INSTALL_DATA}
${srcdir}
/info/
$$
f
${infodir}
/
$$
f
;
\
chmod
a+r
${infodir}
/
$$
f
)
;
\
...
...
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