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
069e6098
Commit
069e6098
authored
Apr 05, 2003
by
Andreas Schwab
Browse files
(install): Remove CVS related and backup files from
installation directory.
parent
84406262
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/Makefile.in
leim/Makefile.in
+6
-1
No files found.
leim/ChangeLog
View file @
069e6098
2003
-
04
-
05
Andreas
Schwab
<
schwab
@
suse
.
de
>
*
Makefile
.
in
(
install
):
Remove
CVS
related
and
backup
files
from
installation
directory
.
2003
-
02
-
27
David
Kastrup
<
dak
@
gnu
.
org
>
*
quail
/
greek
.
el
(
greek
-
babel
):
add
koronis
transliteration
.
...
...
leim/Makefile.in
View file @
069e6098
...
...
@@ -213,8 +213,13 @@ install: all
tar
-chf
- quail/
*
ja-dic
\
|
(
cd
${INSTALLDIR}
;
umask
0
;
tar
-xvf
-
&&
cat
>
/dev/null
)
;
\
fi
;
\
rm
-rf
${INSTALLDIR}
/CVS
${INSTALLDIR}
/
*
/CVS
;
\
rm
-f
${INSTALLDIR}
/.cvsignore
${INSTALLDIR}
/
*
/.cvsignore
;
\
rm
-f
${INSTALLDIR}
/
\#
*
${INSTALLDIR}
/
*
/
\#
*
;
\
rm
-f
${INSTALLDIR}
/.
\#
*
${INSTALLDIR}
/
*
/.
\#
*
;
\
rm
-f
${INSTALLDIR}
/
*
~
${INSTALLDIR}
/
*
/
*
~
;
\
rm
-f
${INSTALLDIR}
/
*
.orig
${INSTALLDIR}
/
*
/
*
.orig
;
\
else
true
;
fi
-
rm
-f
${INSTALLDIR}
/.cvsignore
${INSTALLDIR}
/
*
/.cvsignore
-
chmod
-R
a+r
${INSTALLDIR}
clean mostlyclean
:
...
...
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