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
561c44e8
Commit
561c44e8
authored
Aug 22, 2007
by
Romain Francoise
Browse files
Follow reorganization of files in etc/.
parent
dae2bd56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
10 deletions
+24
-10
ChangeLog
ChangeLog
+4
-0
make-dist
make-dist
+20
-10
No files found.
ChangeLog
View file @
561c44e8
2007-08-22 Romain Francoise <romain@orebokech.com>
* make-dist: Follow reorganization of files in etc/.
2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
* configure.in: Add support for SVG images through librsvg2.
...
...
make-dist
View file @
561c44e8
...
...
@@ -320,8 +320,9 @@ for subdir in lisp site-lisp lispref lispintro \
etc etc/e
\
etc/images etc/images/ezimage etc/images/gnus etc/images/gud
\
etc/images/icons etc/images/low-color etc/images/mail
\
etc/images/smilies etc/tree-widget etc/tree-widget/default
\
etc/tree-widget/folder info man m4 msdos vms mac mac/inc
\
etc/images/smilies etc/images/tree-widget
\
etc/images/tree-widget/default etc/images/tree-widget/folder
\
etc/refcards etc/tutorials info man m4 msdos vms mac mac/inc
\
mac/inc/sys mac/src mac/Emacs.app mac/Emacs.app/Contents
\
mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources
\
mac/Emacs.app/Contents/Resources/English.lproj
...
...
@@ -572,7 +573,7 @@ echo "Making links to \`etc'"
### Don't distribute gfdl.1, since no man page references it.
(
cd
etc
files
=
`
ls
-d
*
|
grep
-v
CVS |
grep
-v
RCS |
grep
-v
'Old'
|
grep
-v
'^e$'
\
|
grep
-v
'^images$'
|
grep
-v
'^
t
re
e-widget
$'
`
|
grep
-v
'^images$'
|
grep
-v
'^re
fcards$'
|
grep
-v
'^tutorials
$'
`
ln
$files
../
${
tempdir
}
/etc
## If we ended up with a symlink, or if we did not get anything
## due to a cross-device symlink, copy the file.
...
...
@@ -595,11 +596,13 @@ echo "Making links to \`etc'"
rm
-f
DOC
*
*
~
\#
*
\#
*
.dvi
*
.log
*
.orig
*
.rej
*
,v
=
*
core
rm
-f
TAGS
)
echo
"Making links to
\`
etc/e'"
(
cd
etc/e
ln
`
ls
-d
*
|
grep
-v
CVS |
grep
-v
RCS
`
../../
${
tempdir
}
/etc/e
cd
../../
${
tempdir
}
/etc/e
rm
-f
*
~
\#
*
\#
*
,v
=
*
core
)
for
dir
in
etc/e etc/tutorials etc/refcards
;
do
echo
"Making links to
\`
${
dir
}
'"
(
cd
${
dir
}
ln
`
ls
-d
*
|
grep
-v
CVS |
grep
-v
RCS
`
../../
${
tempdir
}
/
${
dir
}
cd
../../
${
tempdir
}
/
${
dir
}
rm
-f
*
~
\#
*
\#
*
,v
=
*
core
)
done
echo
"Making links to
\`
etc/images'"
(
cd
etc/images
...
...
@@ -610,8 +613,7 @@ echo "Making links to \`etc/images'"
done
)
for
dir
in
etc/images/ezimage etc/images/gnus etc/images/gud etc/images/icons
\
etc/images/low-color etc/images/mail etc/images/smilies
\
etc/tree-widget/default etc/tree-widget/folder
;
do
etc/images/low-color etc/images/mail etc/images/smilies
;
do
echo
"Making links to
\`
${
dir
}
'"
(
cd
${
dir
}
ln
`
ls
-d
*
|
grep
-v
CVS |
grep
-v
RCS
`
../../../
${
tempdir
}
/
${
dir
}
...
...
@@ -619,6 +621,14 @@ for dir in etc/images/ezimage etc/images/gnus etc/images/gud etc/images/icons \
rm
-f
*
~
\#
*
\#
*
,v
=
*
core
)
done
for
dir
in
etc/images/tree-widget/default etc/images/tree-widget/folder
;
do
echo
"Making links to
\`
${
dir
}
'"
(
cd
${
dir
}
ln
`
ls
-d
*
|
grep
-v
CVS |
grep
-v
RCS
`
../../../../
${
tempdir
}
/
${
dir
}
cd
../../../../
${
tempdir
}
/
${
dir
}
rm
-f
*
~
\#
*
\#
*
,v
=
*
core
)
done
echo
"Making links to
\`
info'"
# Don't distribute backups or autosaves.
(
cd
info
...
...
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