commit | b395cd8a74b4a8d943dd4b5585e676f62f7350b3 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <[email protected]> | Tue Aug 18 12:41:25 2009 -0400 |
committer | Ingo Molnar <[email protected]> | Tue Aug 18 18:43:13 2009 +0200 |
tree | 6bc71dbf2b2ea7812ce1061a2810a2c5692c8da6 | |
parent | 15f3fa4e7f608c5ce19187b3b4a953222fdfa751 [diff] |
perf tools: Make 'make html' work pushd tools/perf/Documentation make html popd is failing for me... ASCIIDOC perf-annotate.html ERROR: unsafe: include file: /etc/asciidoc/./stylesheets/xhtml11.css ERROR: unsafe: include file: /etc/asciidoc/./stylesheets/xhtml11-manpage.css ERROR: unsafe: include file: /etc/asciidoc/./stylesheets/xhtml11-quirks.css make: *** [perf-annotate.html] Error 1 Apparently asciidoc "unsafe" is the default mode of operation in practice. https://bugzilla.redhat.com/show_bug.cgi?id=506953 Works tidily now. Signed-off-by: Kyle McMartin <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Frederic Weisbecker <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>