diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-08 00:06:03 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-08 00:06:03 +0000 |
commit | 1cce2f51656cfbd8c7933a914a4bd981792aa1e6 (patch) | |
tree | 0ff9578722dc8ce0a54bfc1c304cb18c4576c777 /docs/users_guide/profiling.xml | |
parent | 78d34718d999143141b20ae5f23595efb86bd166 (diff) | |
download | haskell-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.xml | 2 |
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> |