mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
* make-dist: Do not distribute admin/unidata/Makefile.
It is generated by 'configure'.
This commit is contained in:
parent
c6cb2f53ac
commit
1e8589d3d4
2 changed files with 6 additions and 0 deletions
|
|
@ -439,6 +439,9 @@ echo "Making links to \`lwlib'"
|
|||
|
||||
echo "Making links to \`admin' and its subdirectories"
|
||||
for f in `find admin -type f`; do
|
||||
case $f in
|
||||
admin/unidata/Makefile) continue ;;
|
||||
esac
|
||||
ln $f $tempdir/$f
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue