diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-27 19:56:05 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-27 19:56:05 +0000 |
commit | 5d536b42c88dbe9523c4b0c799a0e46c2d984aa6 (patch) | |
tree | 2040f2a1df154ca137dfdb6ea063fa055166616b /docs | |
parent | dfb079f3b16fb179e083d83280c56aa1ce5821a9 (diff) | |
download | haskell-5d536b42c88dbe9523c4b0c799a0e46c2d984aa6.tar.gz |
Remove the --print-docdir flag
It wasn't doing the right thing for bindists. Let's rethink...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 6 | ||||
-rw-r--r-- | docs/users_guide/using.xml | 14 |
2 files changed, 0 insertions, 20 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index cb2cb1f2f7..b191a6c7f9 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -90,12 +90,6 @@ <entry>-</entry> </row> <row> - <entry><option>––print-docdir</option></entry> - <entry>display GHC documentation directory</entry> - <entry>mode</entry> - <entry>-</entry> - </row> - <row> <entry><option>-ferror-spans</option></entry> <entry>output full span in error messages</entry> <entry>static</entry> diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index b171ad3cb8..5e8be42a9d 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -422,20 +422,6 @@ module X where </listitem> </varlistentry> - <varlistentry> - <term> - <cmdsynopsis> - <command>ghc --print-docdir</command> - </cmdsynopsis> - <indexterm><primary><option>––print-docdir</option></primary></indexterm> - </term> - <listitem> - <para>Print the path to GHC's documentation directory. Note that - some distributions do no include the documentation, in which case - this directory may be empty or may not exist.</para> - </listitem> - </varlistentry> - </variablelist> <sect2 id="make-mode"> |