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
b0f78f9c
Commit
b0f78f9c
authored
Sep 12, 2003
by
Luc Teirlinck
Browse files
(install-arch-indep, uninstall): Add SES manual.
parent
981f1391
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
No files found.
Makefile.in
View file @
b0f78f9c
...
...
@@ -468,7 +468,7 @@ install-arch-indep: mkdir info
chmod
a+r
${infodir}
/dir
)
;
\
fi
;
\
cd
${srcdir}
/info
;
\
for
f
in
ada-mode
*
autotype
*
calc
*
ccmode
*
cl
*
dired-x
*
ebrowse
*
ediff
*
efaq
*
eintr
*
elisp
*
emacs
*
eshell
*
eudc
*
forms
*
gnus
*
idlwave
*
info
*
message
*
mh-e
*
pcl-cvs
*
reftex
*
sc
*
speedbar
*
tramp
*
vip
*
widget
*
woman
*
smtpmail
*
;
do
\
for
f
in
ada-mode
*
autotype
*
calc
*
ccmode
*
cl
*
dired-x
*
ebrowse
*
ediff
*
efaq
*
eintr
*
elisp
*
emacs
*
eshell
*
eudc
*
forms
*
gnus
*
idlwave
*
info
*
message
*
mh-e
*
pcl-cvs
*
reftex
*
sc
*
ses
*
speedbar
*
tramp
*
vip
*
widget
*
woman
*
smtpmail
*
;
do
\
(
cd
$
${thisdir}
;
\
${INSTALL_DATA}
${srcdir}
/info/
$$
f
${infodir}
/
$$
f
;
\
chmod
a+r
${infodir}
/
$$
f
)
;
\
...
...
@@ -478,7 +478,7 @@ install-arch-indep: mkdir info
thisdir
=
`
/bin/pwd
`
;
\
if
[
`
(
cd
${srcdir}
/info
&&
/bin/pwd
)
`
!=
`
(
cd
${infodir}
&&
/bin/pwd
)
`
]
;
\
then
\
for
f
in
ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar tramp vip viper widget woman smtpmail
;
do
\
for
f
in
ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq elisp eintr emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc
ses
speedbar tramp vip viper widget woman smtpmail
;
do
\
(
cd
$
${thisdir}
;
\
${INSTALL_INFO}
--info-dir
=
${infodir}
${infodir}
/
$$
f
)
;
\
done
;
\
...
...
@@ -544,7 +544,7 @@ uninstall:
done
(
cd
${archlibdir}
&&
rm
-f
fns-
*
)
-
rm
-rf
${libexecdir}
/emacs/
${version}
(
cd
${infodir}
&&
rm
-f
cl
*
ada-mode
*
autotype
*
calc
*
ccmode
*
ebrowse
*
efaq
*
eintr elisp
*
eshell
*
eudc
*
idlwave
*
message
*
pcl-cvs
*
reftex
*
speedbar
*
tramp
*
widget
*
woman
*
dired-x
*
ediff
*
emacs
*
forms
*
gnus
*
info
*
mh-e
*
sc
*
vip
*
smtpmail
*
)
(
cd
${infodir}
&&
rm
-f
cl
*
ada-mode
*
autotype
*
calc
*
ccmode
*
ebrowse
*
efaq
*
eintr elisp
*
eshell
*
eudc
*
idlwave
*
message
*
pcl-cvs
*
reftex
*
speedbar
*
tramp
*
widget
*
woman
*
dired-x
*
ediff
*
emacs
*
forms
*
gnus
*
info
*
mh-e
*
sc
*
ses
*
vip
*
smtpmail
*
)
(
cd
${man1dir}
&&
rm
-f
emacs
${manext}
emacsclient
${manext}
etags
${manext}
ctags
${manext}
)
(
cd
${bindir}
&&
rm
-f
$(EMACSFULL)
$(EMACS)
)
...
...
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