error trying to build de documentation



On Sat, Dec 4, 2010 at 10:26 AM, Dieter Kaiser <drdieterkaiser at web.de> wrote:

> Sorry, I was too fast.
>
> Of course I have a modified file configure.in in my sandbox to generate
> the file makefile.in. I have not committed the changes. I will do it
> soon.

Thanks, Dieter. I found it necessary to make the following change also,
which I've committed as r1.77.2.1 doc/info/Makefile.am.

However now I'm getting a different error. This is the tail end of the
output from make dist-gzip:

+ cd /home/robertdodier/tmp/maxima-cvs-branch-build/maxima/doc/info/de
+ set +x
*** Unknown node in menu entry `Einf@"uhrung in Funktionsdefinitionen'
(in ./include-maxima.de.texi l. 414)
*** Unknown node in menu entry `Funktionen' (in ./include-maxima.de.texi l. 415)
*** Unknown node in menu entry `Makros' (in ./include-maxima.de.texi l. 416)
*** Unknown node in menu entry `Funktionen und Variablen f@"ur
Funktionsdefinitionen' (in ./include-maxima.de.texi l. 417)
make[3]: *** No rule to make target `header.hhp', needed by `distdir'.  Stop.
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1

Not sure what's going on here.

Incidentally, as I mentioned I'm building rpm's, which builds from
whatever is packed up by make dist-gzip. This may expose some
errors which don't happen when building from CVS sandbox, which
might be a reason that you & I are getting different results.

best

Robert Dodier


PS. Here's the patch for doc/info/Makefile.am which I've committed.

Index: doc/info/Makefile.am
===================================================================
RCS file: /cvsroot/maxima/maxima/doc/info/Makefile.am,v
retrieving revision 1.77
diff -u -r1.77 Makefile.am
--- doc/info/Makefile.am        28 Nov 2010 13:06:41 -0000      1.77
+++ doc/info/Makefile.am        5 Dec 2010 02:44:39 -0000
@@ -22,7 +22,11 @@
   PT_BR_DIR_UTF8 = pt_BR.utf8
 endif

-SUBDIRS = $(ES_DIR) $(ES_DIR_UTF8) $(PT_DIR) $(PT_DIR_UTF8)
$(PT_BR_DIR) $(PT_BR_DIR_UTF8)
+if LANG_DE
+  DE_DIR = de
+endif
+
+SUBDIRS = $(ES_DIR) $(ES_DIR_UTF8) $(PT_DIR) $(PT_DIR_UTF8)
$(PT_BR_DIR) $(PT_BR_DIR_UTF8) $(DE_DIR)

 info_TEXINFOS = maxima.texi
 maxima_TEXINFOS = include-maxima.texi Introduction.texi Help.texi
Command.texi Operators.texi \