diff options
author | rrt <unknown> | 2001-10-23 14:50:59 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-10-23 14:50:59 +0000 |
commit | b389664894ca6f88ea758918d09fd0f56b35fc62 (patch) | |
tree | f853a1d230823d4e388c5ed39300f7e9940b4328 /docs/building | |
parent | de4125776d89df95684ba7d58b072df8d8f19af5 (diff) | |
download | haskell-b389664894ca6f88ea758918d09fd0f56b35fc62.tar.gz |
[project @ 2001-10-23 14:50:59 by rrt]
Document the use of SGMLDocWays to build the documentation.
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 9552ca457c..46f2a0dcb3 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -634,6 +634,15 @@ everything you need. </VariableList> </para> + <para> + In order to actually build any documentation, you need to set + <constant>SGMLDocWays</constant> in your + <filename>build.mk</filename>. Valid values to add to this + list are: <literal>dvi</literal>, <literal>ps</literal>, + <literal>pdf</literal>, <literal>html</literal>, and + <literal>rtf</literal>. + </para> + </Sect2> <Sect2 id="pre-supposed-other-tools"> |