mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* make-dist: Don't fail if building --without-makeinfo.
This commit is contained in:
parent
cbb9c78de0
commit
7b1026cbf4
1 changed files with 4 additions and 2 deletions
|
|
@ -596,8 +596,10 @@ for f in `find etc -type f`; do
|
||||||
ln $f $tempdir/$f || exit
|
ln $f $tempdir/$f || exit
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Making links to 'info'"
|
if [ -d info ]; then # Skip in case we've built --without-makeinfo.
|
||||||
ln `find info -type f -print` ${tempdir}/info || exit
|
echo "Making links to 'info'"
|
||||||
|
ln `find info -type f -print` ${tempdir}/info || exit
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Making links to 'doc/emacs'"
|
echo "Making links to 'doc/emacs'"
|
||||||
(cd doc/emacs &&
|
(cd doc/emacs &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue