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
e5d9d2e7
Commit
e5d9d2e7
authored
Nov 12, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-arch-indep): Use `${manext}' instead of `.1'.
parent
99cb8c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
e5d9d2e7
2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* Makefile.in (install-arch-indep): Use `${manext}' instead of
`.1'.
2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
* make-dist: Add lispref/index.*perm files to the distribution.
...
...
Makefile.in
View file @
e5d9d2e7
...
...
@@ -509,7 +509,7 @@ uninstall:
(
cd
${archlibdir}
&&
rm
-f
fns-
*
)
-
rm
-rf
${libexecdir}
/emacs/
${version}
(
cd
${infodir}
&&
rm
-f
cl
*
ada-mode
*
autotype
*
ccmode
*
ebrowse
*
efaq
*
elisp
*
eshell
*
eudc
*
idlwave
*
message
*
pcl-cvs
*
reftex
*
speedbar
*
widget
*
woman
*
dired-x
*
ediff
*
emacs
*
forms
*
gnus
*
info
*
mh-e
*
sc
*
vip
*
)
(
cd
${man1dir}
&&
rm
-f
emacs.
1 etags.1 ctags.1 gfdl.1
)
(
cd
${man1dir}
&&
rm
-f
emacs.
${manext}
etags.
${manext}
ctags.
${manext}
gfdl.
${manext}
)
(
cd
${bindir}
&&
rm
-f
emacs-
${version}
$(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