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
365949b7
Commit
365949b7
authored
Sep 19, 2000
by
Gerd Moellmann
Browse files
Include XPM and XBM files in lisp/ and subdirs
in the distribution.
parent
3c0261ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
make-dist
make-dist
+11
-0
No files found.
make-dist
View file @
365949b7
...
...
@@ -317,6 +317,12 @@ echo "Making links to \`lisp' and its subdirectories"
ln
[
a-zA-Z]
*
.el ../
${
tempdir
}
/lisp
ln
[
a-zA-Z]
*
.elc ../
${
tempdir
}
/lisp
ln
[
a-zA-Z]
*
.dat ../
${
tempdir
}
/lisp
for
img
in
[
a-zA-Z]
*
.xpm
[
a-zA-Z]
*
.xbm
;
do
# If there are no images, the shell won't expand the pattern.
if
[
-f
$img
]
;
then
ln
$img
../
${
tempdir
}
/lisp
fi
done
## simula.el doesn't keep abbreviations in simula.defns any more.
## ln [a-zA-Z]*.defns ../${tempdir}/lisp
ln
ChangeLog Makefile.in makefile.nt ChangeLog.? ../
${
tempdir
}
/lisp
...
...
@@ -347,6 +353,11 @@ echo "Making links to \`lisp' and its subdirectories"
mkdir
../
${
tempdir
}
/lisp/
$file
ln
$file
/[a-zA-Z]
*
.el ../
${
tempdir
}
/lisp/
$file
ln
$file
/[a-zA-Z]
*
.elc ../
${
tempdir
}
/lisp/
$file
for
img
in
$file
/[a-zA-Z]
*
.xpm
$file
/[a-zA-Z]
*
.xbm
;
do
if
[
-f
$img
]
;
then
ln
$img
../
${
tempdir
}
/lisp/
$file
fi
done
if
[
-f
$file
/README
]
;
then
ln
$file
/README ../
${
tempdir
}
/lisp/
$file
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