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
690eca32
Commit
690eca32
authored
Mar 15, 1993
by
Jim Blandy
Browse files
* make-dist: Distribute `src/bitmaps' too.
parent
a790fee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
make-dist
make-dist
+5
-1
No files found.
make-dist
View file @
690eca32
...
...
@@ -104,7 +104,7 @@ echo "Creating subdirectories."
# I think we're not going to distribute anything in external-lisp, so
# I've removed it from this list.
for
subdir
in
lisp lisp/calc-2.02 lisp/term local-lisp
\
src src/m src/s lib-src oldXMenu
\
src src/m src/s
src/bitmaps
lib-src oldXMenu
\
etc lock cpp info man shortnames vms
;
do
mkdir
${
tempdir
}
/
${
subdir
}
done
...
...
@@ -166,6 +166,10 @@ echo "Making links to \`src'."
etags
*
.h
*
.c ../lisp/
*
.el
fi
)
echo
"Making links to
\`
src/bitmaps'."
(
cd
src/bitmaps
ln
README
*
.xbm ../../
${
tempdir
}
/src/bitmaps
)
echo
"Making links to
\`
src/m'."
(
cd
src/m
ln
README
[
a-zA-Z0-9]
*
.h ../../
${
tempdir
}
/src/m
)
...
...
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