2012/8/13 Peng Yu <[email protected]>: >> $ docbook2pdf cmake-help.docbook > > I got error message like the following on ubuntu. > > openjade:/home/pengy/cmake-help.docbook:13:14:E: end tag for > "itemizedlist" which is not finished > openjade:/home/pengy/cmake-help.docbook:21:14:E: end tag for > "itemizedlist" which is not finished > openjade:/home/pengy/cmake-help.docbook:30:14:E: end tag for > "itemizedlist" which is not finished
Yes it looks like an itemizedlist should at least contain one "itemlist": http://www.docbook.org/tdg/en/html/itemizedlist.html When I manually fix this I get plenty more errors. -- Erk Le gouvernement représentatif n'est pas la démocratie -- http://www.le-message.org -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
