doc/info problems in cvs head



When I execute make in doc/info, I get:
--------------------------------------------------------------------------
|abacus3>make
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
for f in maxima.info maxima.info-[0-9] maxima.info-[0-9][0-9]
maxima.i[0-9] maxima.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
cd "$am__cwd"; \
if /bin/sh /home/amundson/devel/maxima-head/missing --run makeinfo   -I
. \
 -o maxima.info maxima.texi; \
then \
  rc=0; \
  cd .; \
else \
  rc=$?; \
  cd . && \
  $restore $backupdir/* `echo "./maxima.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./maxima.texi:322: Menu reference to nonexistent node `MACROS' (perhaps
incorrect sectioning?).
./maxima.texi:321: Menu reference to nonexistent node `FUNCTION'
(perhaps incorrect sectioning?).
makeinfo: Removing output file `maxima.info' due to errors; use --force
to preserve.
make: *** [maxima.info] Error 1
|abacus3>
--------------------------------------------------------------------------

--Jim