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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
8e583b5d
Commit
8e583b5d
authored
Apr 02, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't distribute shortnames directory.
parent
f2d3ddb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
make-dist
make-dist
+2
-7
No files found.
make-dist
View file @
8e583b5d
...
...
@@ -170,7 +170,7 @@ echo "Creating subdirectories."
for
subdir
in
lisp lisp/term site-lisp
\
src src/m src/s src/bitmaps lib-src oldXMenu lwlib
\
nt nt/inc nt/inc/sys nt/src
\
etc etc/e lock cpp info man msdos
shortnames
vms
;
do
etc etc/e lock cpp info man msdos vms
;
do
mkdir
${
tempdir
}
/
${
subdir
}
done
...
...
@@ -320,11 +320,6 @@ echo "Making links to \`man'."
rm
-f
\#
*
\#
=
*
*
~ core emacs-index
*
*
.Z
*
.z xmail
rm
-f
emacs.?? termcap.?? gdb.??
*
.log
*
.toc
*
.dvi
*
.oaux
)
echo
"Making links to
\`
shortnames'."
(
cd
shortnames
ln
*
.c ../
${
tempdir
}
/shortnames
ln
Makefile reserved special ../
${
tempdir
}
/shortnames
)
echo
"Making links to
\`
vms'."
(
cd
vms
ln
[
0-9a-zA-Z]
*
../
${
tempdir
}
/vms
...
...
@@ -336,7 +331,7 @@ echo "Making links to \`vms'."
echo
"Making sure copying notices are all copies of
\`
etc/COPYING'."
rm
-f
${
tempdir
}
/etc/COPYING
cp
etc/COPYING
${
tempdir
}
/etc/COPYING
for
subdir
in
lisp src lib-src info
shortnames
msdos
;
do
for
subdir
in
lisp src lib-src info msdos
;
do
if
[
-f
${
tempdir
}
/
${
subdir
}
/COPYING
]
;
then
rm
${
tempdir
}
/
${
subdir
}
/COPYING
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