Hi everybody!
I tried to build info files from @texinfo .texi sources. What i've got is:
pwd
/home/mtodorov/pascal/gcc-2.95.3/gcc/p/doc/en
makeinfo -I .. -I ../.. -I ../generated gpc.texi
./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. . . . ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. ./keywords.texi:15: Node `Kljuène rijeèi' previously defined at line 15. Too many errors! Gave up.
I tried putting back `Keywords' instead of `Kljuène rijeèi', but I've got the same.
Heeeeelp!!!!!!!!!!
Marvin
-- This message has been made up using recycled ideas and language constructs. No plant or animal has been injured in process of making this message.
Mirsad Todorovac wrote:
I tried to build info files from @texinfo .texi sources. What i've got is:
pwd
/home/mtodorov/pascal/gcc-2.95.3/gcc/p/doc/en
makeinfo -I .. -I ../.. -I ../generated gpc.texi
./keywords.texi:15: Node `KljuÚne rijeÚi' previously defined at line 15. ./keywords.texi:15: Node `KljuÚne rijeÚi' previously defined at line 15. Too many errors! Gave up.
I tried putting back `Keywords' instead of `KljuÚne rijeÚi', but I've got the same.
Hmm, do you perhaps have both the English and Croatian versions in directories where makeinfo will find them? (Try putting the latter in .../p/doc/hr.)
Or you made a mistake with the @include structure so a file gets included twice? Hard to tell from here. I only know that the above command works without error on the English sources. (makeinfo 4.0)
Frank