Bug 155239

Summary: zsh rebuild fails for FC-devel
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: zshAssignee: Colin Walters <walters>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-15 22:28:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Florian La Roche 2005-04-18 13:31:04 UTC
Description of problem:

zsh rebuild seems to fail to generate html docu:

texi2html -expand info -split chapter ./zsh.texi
** closing `table' (l. 20575)
*** @end table without corresponding opening (l. 20640)



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Mathieu Chouquet-Stringer 2005-12-05 11:31:41 UTC
Actually if you replace the following line in the spec file:
%doc Doc/*.html

with:
%doc Doc/zsh/*.html


You should be good to go (even with the texi2html error).

Bug #151089 is actually the same thing.

Comment 2 Andreas Thienemann 2006-05-15 22:28:50 UTC

*** This bug has been marked as a duplicate of 191811 ***