summaryrefslogtreecommitdiff
path: root/docs/users_guide/profiling.xml
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-08 00:06:03 +0000
committerIan Lynagh <igloo@earth.li>2009-05-08 00:06:03 +0000
commit1cce2f51656cfbd8c7933a914a4bd981792aa1e6 (patch)
tree0ff9578722dc8ce0a54bfc1c304cb18c4576c777 /docs/users_guide/profiling.xml
parent78d34718d999143141b20ae5f23595efb86bd166 (diff)
downloadhaskell-1cce2f51656cfbd8c7933a914a4bd981792aa1e6.tar.gz
Handle deciding what docs to build better
Now we have variables for whether or not to build the docbook docs as HTML, as PS, and as PDF. The configure script output now matches what the build system will do (except it cannot take account of any mk/build.mk settings, of course).
Diffstat (limited to 'docs/users_guide/profiling.xml')
-rw-r--r--docs/users_guide/profiling.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml
index f0d96ba98b..adb7a33692 100644
--- a/docs/users_guide/profiling.xml
+++ b/docs/users_guide/profiling.xml
@@ -280,7 +280,7 @@ main = do let xs = {-# SCC "X" #-} [1..1000000]
<para>which gives this heap profile when run:</para>
- <imagedata fileref="prof_scc.png"/>
+ <imagedata fileref="prof_scc"/>
</sect2>