* make-dist: Don't distributed the RCS files in the etc directory.
This commit is contained in:
parent
31ef7f7a89
commit
753be5cc50
1 changed files with 1 additions and 5 deletions
|
@ -190,11 +190,7 @@ echo "Making links to \`etc'."
|
|||
(cd etc
|
||||
ln [0-9a-zA-Z]* ../${tempdir}/etc
|
||||
cd ../${tempdir}/etc
|
||||
## Avoid an error when expanding the wildcards later.
|
||||
for dummy in DOC-dummy dummy~ \#dummy\# dummy.dvi dummy.log; do
|
||||
ln MACHINES ${dummy}
|
||||
done
|
||||
rm -f DOC* *~ \#*\# *.dvi *.log core)
|
||||
rm -f DOC* *~ \#*\# *.dvi *.log *,v core)
|
||||
|
||||
echo "Making links to \`cpp'."
|
||||
(cd cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue