Apologies for duplicates.  
Perhaps the patch below will earn me a small bit of leeway.

-- Hugh Esco

doing a source install of git v1.7.12.1, 
on the `make all doc` step, I get:

user-manual.xml:3739: parser error : Opening and ending tag mismatch: emphasis 
line 3739 and literal
  char <emphasis role="strong"></literal>, but is actually expected to be a poin
                                         ^
user-manual.xml:3741: parser error : Opening and ending tag mismatch: literal 
line 3741 and emphasis
mit.  Note that whenever a SHA-1 is passed as <literal>unsigned char </emphasis>
                                                                               ^
unable to parse user-manual.xml
make[1]: *** [user-manual.html] Error 6
make[1]: Leaving directory `/usr/local/git-git-51993a4/Documentation'
make: *** [doc] Error 2

----------------------------------------------
and the patch which permitted me to proceed
although it removes a malformed <emphasis> tag
----------------------------------------------

3739c3739
<   char </literal>, but is actually expected to be a pointer to 
<literal>unsigned
---
>   char <emphasis role="strong"></literal>, but is actually expected to be a 
> pointer to <literal>unsigned

3741c3741
<   commit.  Note that whenever a SHA-1 is passed as <literal>unsigned char 
</literal>, it
---
>   commit.  Note that whenever a SHA-1 is passed as <literal>unsigned char 
> </emphasis></literal>, it

----------------------------------------------

I've encountered another issue with:
Documentation/git-bundle.xml

I will post the details in a distinct message, 
perhaps even with another patch if I can sort this out.

-- 
Hugh Esco 
skype: hresco3_ ; 678-921-8186 x21 
http://www.CampaignFoundations.com/
Providing Application Hosting, Telephony, 
Custom Development and Consulting Services 
to Green Candidates, Green Parties and
the non profits working for a just and sustainable future.

if( $insurance->rationing() ) { $people->die(); }
if( isa_ok($self,'Troy::Davis') =~ m/^ok/) { $people->are_whole(); }

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to