octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc-J and doc-j anchors


From: marco atzeri
Subject: doc-J and doc-j anchors
Date: Sun, 29 Jul 2012 08:47:03 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0

it seems makeinfo does not like a latest doc change

Is it cygwin specific ?

-----------------------------------------------------------------------------
if /bin/sh /pub/hg/octave/build-aux/missing --run makeinfo --html -I ../../../octave/doc/interpreter \
 -o octave.htp ../../../octave/doc/interpreter/octave.texi; \
then \
  rm -rf octave.html; \
  if test ! -d octave.htp && test -d octave; then \
    mv octave octave.html; else mv octave.htp octave.html; fi; \
else \
  if test ! -d octave.htp && test -d octave; then \
    rm -rf octave; else rm -Rf octave.htp octave.html; fi; \
  exit 1; \
fi
./arith.texi:2289: Anchors `doc-J' and `doc-j' map to the same file name.
./arith.texi:2289: @anchor command ignored; references to it will not work.
./arith.texi:2289: Rename this anchor or use the `--no-split' option.
./arith.texi:2291: Anchors `doc-I' and `doc-i' map to the same file name.
./arith.texi:2291: @anchor command ignored; references to it will not work.
./arith.texi:2291: Rename this anchor or use the `--no-split' option.
makeinfo: Removing output file `/pub/hg/octave_build/doc/interpreter/octave.htp/index.html' due to errors; use --force to preserve.
Makefile:1947: recipe for target `octave.html' failed
make[3]: *** [octave.html] Error 1
---------------------------------------------------------------------

regards
Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]