Rebuild fails with the following:
Using stylesheet:
/home/one/rpm/BUILD/wine-20030618/documentation/./default.dsl
Working on:
/home/one/rpm/BUILD/wine-20030618/documentation/wine-doc.sgml
jade:/home/one/rpm/BUILD/wine-20030618/documentation/wine-doc.sgml:141:8:E:
end tag for element "BOOK" which is not open
make: *** [wine-doc/index.html] Error 8
make: Leaving directory
`/home/one/rpm/BUILD/wine-20030618/documentation'
error: Bad exit status from /home/one/rpm/tmp/rpm-tmp.41665 (%build)
The problem appears to be an extra <book/> tag on line 141 of
documentation/wine-doc.sgml in the wine source.
Patch:
---------<CUT HERE>----------
diff -urP wine-20030618/documentation/wine-doc.sgml
wine-20030618_modified/documentation/wine-doc.sgml
--- wine-20030618/documentation/wine-doc.sgml 2003-04-14
16:31:48.000000000 -0500
+++ wine-20030618_modified/documentation/wine-doc.sgml 2003-07-01
11:09:40.000000000 -0500
@@ -138,7 +138,6 @@
</book>
- </book>
<!-- *** Wine Faq *** -->
<book id="faq">
<bookinfo>
---------<CUT HERE>----------
NOTE: I'm rebuilding for 9.1 but I believe cooker would also be
affected.
Arn