doing a source install of git v1.7.12.1, on the `make all doc` step, I get: XMLTO git-remote-helpers.1 xmlto: input does not validate (status 3) /usr/local/git-git-51993a4/Documentation/git-remote-helpers.xml:135: element literal: validity error : Element emphasis is not declared in literal list of possible children /usr/local/git-git-51993a4/Documentation/git-remote-helpers.xml:144: element literal: validity error : Element emphasis is not declared in literal list of possible children /usr/local/git-git-51993a4/Documentation/git-remote-helpers.xml:246: element literal: validity error : Element emphasis is not declared in literal list of possible children /usr/local/git-git-51993a4/Documentation/git-remote-helpers.xml:255: element literal: validity error : Element emphasis is not declared in literal list of possible children Document /usr/local/git-git-51993a4/Documentation/git-remote-helpers.xml does not validate make[1]: *** [git-remote-helpers.1] Error 3 make[1]: Leaving directory `/usr/local/git-git-51993a4/Documentation' make: *** [doc] Error 2 ------------------------------------------- and the patch which permitted me to proceed ------------------------------------------- 135c135 < <literal>refspec refs/heads/:refs/svn/origin/branches/</literal> --- > <literal>refspec refs/heads/<emphasis role="strong">:refs/svn/origin/branches/</emphasis></literal> 144c144 < there is an implied <literal>refspec :</literal>.</simpara> --- > there is an implied <literal>refspec <emphasis role="strong">:</emphasis></literal>.</simpara> 246c246 < <literal>refspec refs/heads/:refs/svn/origin/branches/</literal> --- > <literal>refspec refs/heads/<emphasis role="strong">:refs/svn/origin/branches/</emphasis></literal> 255c255 < there is an implied <literal>refspec :</literal>.</simpara> --- > there is an implied <literal>refspec <emphasis role="strong">:</emphasis></literal>.</simpara> -- Hugh Esco 404-424-8701 YourMessageDelivered.com Keeping Your Group in the Loop No Matter How Large or How Small -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html