summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-dist b/make-dist
index 54cd3aca9d8..99f2d791101 100755
--- a/make-dist
+++ b/make-dist
@@ -317,7 +317,7 @@ for subdir in lisp site-lisp lispref lispintro \
leim/SKK-DIC leim/ja-dic leim/quail \
src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
- etc etc/e \
+ etc etc/charsets 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/images/tree-widget \
@@ -573,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 '^refcards$' | grep -v '^tutorials$'`
+ | grep -v '^charsets$' | grep -v '^images$' | grep -v '^refcards$' | 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.
@@ -596,7 +596,7 @@ echo "Making links to \`etc'"
rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core
rm -f TAGS)
-for dir in etc/e etc/tutorials etc/refcards ; do
+for dir in etc/charsets 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}