* [PATCH perf] make 'make html' work
@ 2009-08-18 16:41 Kyle McMartin
2009-08-18 16:44 ` Ingo Molnar
2009-08-18 16:54 ` [tip:perfcounters/urgent] perf tools: Make " tip-bot for Kyle McMartin
0 siblings, 2 replies; 3+ messages in thread
From: Kyle McMartin @ 2009-08-18 16:41 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel
From: Kyle McMartin <kyle@redhat.com>
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 <kyle@redhat.com>
---
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 5457192..bdd3b7e 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -35,7 +35,7 @@ man7dir=$(mandir)/man7
# DESTDIR=
ASCIIDOC=asciidoc
-ASCIIDOC_EXTRA =
+ASCIIDOC_EXTRA = --unsafe
MANPAGE_XSL = manpage-normal.xsl
XMLTO_EXTRA =
INSTALL?=install
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH perf] make 'make html' work
2009-08-18 16:41 [PATCH perf] make 'make html' work Kyle McMartin
@ 2009-08-18 16:44 ` Ingo Molnar
2009-08-18 16:54 ` [tip:perfcounters/urgent] perf tools: Make " tip-bot for Kyle McMartin
1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2009-08-18 16:44 UTC (permalink / raw)
To: Kyle McMartin; +Cc: mingo, linux-kernel, Peter Zijlstra, Paul Mackerras
* Kyle McMartin <kyle@mcmartin.ca> wrote:
> From: Kyle McMartin <kyle@redhat.com>
>
> 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.
Applied to tip:perfcounters/urgent, thanks a lot Kyle!
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perfcounters/urgent] perf tools: Make 'make html' work
2009-08-18 16:41 [PATCH perf] make 'make html' work Kyle McMartin
2009-08-18 16:44 ` Ingo Molnar
@ 2009-08-18 16:54 ` tip-bot for Kyle McMartin
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Kyle McMartin @ 2009-08-18 16:54 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, acme, paulus, hpa, mingo, a.p.zijlstra, efault,
kyle, fweisbec, tglx, mingo
Commit-ID: b395cd8a74b4a8d943dd4b5585e676f62f7350b3
Gitweb: http://git.kernel.org/tip/b395cd8a74b4a8d943dd4b5585e676f62f7350b3
Author: Kyle McMartin <kyle@redhat.com>
AuthorDate: Tue, 18 Aug 2009 12:41:25 -0400
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 18 Aug 2009 18:43:13 +0200
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 <kyle@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20090818164125.GM25206@bombadil.infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
tools/perf/Documentation/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 5457192..bdd3b7e 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -35,7 +35,7 @@ man7dir=$(mandir)/man7
# DESTDIR=
ASCIIDOC=asciidoc
-ASCIIDOC_EXTRA =
+ASCIIDOC_EXTRA = --unsafe
MANPAGE_XSL = manpage-normal.xsl
XMLTO_EXTRA =
INSTALL?=install
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-18 16:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18 16:41 [PATCH perf] make 'make html' work Kyle McMartin
2009-08-18 16:44 ` Ingo Molnar
2009-08-18 16:54 ` [tip:perfcounters/urgent] perf tools: Make " tip-bot for Kyle McMartin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®