https://bugs.kde.org/show_bug.cgi?id=371987
--- Comment #4 from Burkhard Lueck <lu...@hube-lueck.de> --- (In reply to Ralf Habacker from comment #2) > (In reply to Burkhard Lueck from comment #0) > > meinproc5 should not generate any output called with "--check" for a valid > > docbook > running meinproc5 --check from release 5.27.0 does not print any output. kdoctools checked out today build from sources does generate html files in workdir for valid docbooks: $ ls *html ls: cannot access '*html': No such file or directory $ checkXML5 kdeutils/ark/doc/index.docbook $ ls *html ark-create.html ark-extract.html ark-in_filemanager.html ark-work-files.html batchmode.html credits.html index.html introduction.html using-ark.html $ rm *html $ ls *html ls: cannot access '*html': No such file or directory $ meinproc5 --check kdeutils/ark/doc/index.docbook $ ls *html ark-create.html ark-extract.html ark-in_filemanager.html ark-work-files.html batchmode.html credits.html index.html introduction.html using-ark.html $ -- You are receiving this mail because: You are watching all bug changes.