octave-maintainers
[Top][All Lists]
Advanced

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

Re: doc-J and doc-j anchors


From: Ben Abbott
Subject: Re: doc-J and doc-j anchors
Date: Sun, 29 Jul 2012 10:13:15 -0400

On Jul 29, 2012, at 2:47 AM, marco atzeri wrote:

> 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

My tip is ...

changeset:   15048:ab771158224e
branch:      gui
tag:         tip
parent:      15047:11c05ff73c83
parent:      15046:d7124baf5f86
user:        Jordi GutiƩrrez Hermoso <address@hidden>
date:        Sun Jul 29 01:43:04 2012 -0400
summary:     maint: periodic merge of default to gui

The documentation builds for me on MacOS X with texinfo-4.13 and TeXLive 2012.

Ben



reply via email to

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