<div dir="ltr">Aha!  Good eyes, Daniel.  Fixed that in a series of commits.<div><br></div><div>So, Chinh Do, the problem appears to be that when the build process runs the svnversion tool to query your Subversion Book working copy's "version pedigree", some error occurs.  Can you run 'svnversion .' from the same location that you run 'make all-html' from?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 30, 2016 at 1:50 PM, Daniel Shahaf <span dir="ltr"><<a href="mailto:d.s@daniel.shahaf.name" target="_blank">d.s@daniel.shahaf.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">C. Michael Pilato wrote on Wed, Nov 30, 2016 at 12:23:02 -0500:<br>
> Okay, so clearly the definition of "svn.version" is missing from your<br>
> version.xml file.  Now, what I can't quite figure out is how you managed to<br>
> get a definition for "svn.l10n_revision" without "svn.version", too.<br>
<br>
</span>From the 'else' branch of the 'version' target:<br>
<br>
          echo '<!ENTITY svn.version "">' > $(VERSION_SOURCE).tmp; \<br>
          echo '<!ENTITY svn.l10n_revision "">' > $(VERSION_SOURCE).tmp; \<br>
<br>
The second line was meant to use >>, rather than >.<br>
</blockquote></div><br></div>