diff options
author | Don Stewart <dons@galois.com> | 2007-11-25 06:22:06 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-11-25 06:22:06 +0100 |
commit | 96743af474477faf3cf76e1c97dab79d509ce75f (patch) | |
tree | 9654e5b8dc6c4b403d29d7ee1308b06b45a4c476 | |
parent | fa4c9dbb04df39f6fbd3736eb68b942012b633a8 (diff) | |
download | XMonadContrib-96743af474477faf3cf76e1c97dab79d509ce75f.tar.gz XMonadContrib-96743af474477faf3cf76e1c97dab79d509ce75f.tar.xz XMonadContrib-96743af474477faf3cf76e1c97dab79d509ce75f.zip |
links to documentatoin subsections in generated docs
darcs-hash:20071125052206-cba2c-371e7b41c278a8dd41e422d3ae421d55fc11489f.gz
-rw-r--r-- | xmonad-contrib.cabal | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index f2992c3..5ebfa44 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -7,7 +7,14 @@ description: a tiling window manager for X. . For an introduction to building, configuring and using xmonad - extensions, see "XMonad.Doc" + extensions, see "XMonad.Doc". In particular: + . + "XMonad.Doc.Configuring", a guide to configuring xmonad + . + "XMonad.Doc.Developing", introduction to xmonad internals + . + "XMonad.Doc.Extending", how to extend xmonad yourself + . category: System license: BSD3 license-file: LICENSE |