mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 10:11:47 -07:00
* make-dist: Add clauses to distribute lisp/forms-mode.
This commit is contained in:
parent
d2e1218f85
commit
6028d553ed
1 changed files with 8 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ echo "Updating version number in README."
|
|||
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/term site-lisp \
|
||||
for subdir in lisp lisp/term lisp/forms-mode site-lisp \
|
||||
src src/m src/s src/bitmaps lib-src oldXMenu \
|
||||
etc lock cpp info man shortnames vms; do
|
||||
mkdir ${tempdir}/${subdir}
|
||||
|
|
@ -183,6 +183,13 @@ echo "Making links to \`lisp/term'."
|
|||
ln README ChangeLog ../../${tempdir}/lisp/term
|
||||
rm -f =* TAGS)
|
||||
|
||||
echo "Making links to \`lisp/forms-mode'."
|
||||
(cd lisp/forms-mode
|
||||
ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode
|
||||
ln [a-zA-Z]*.elc ../../${tempdir}/lisp/forms-mode
|
||||
ln forms.README forms-d2.dat ../../${tempdir}/lisp/forms-mode
|
||||
rm -f =* TAGS)
|
||||
|
||||
### echo "Making links to \`external-lisp'."
|
||||
### ### Don't distribute =*.el files or TAGS.
|
||||
### (cd external-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue