aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-15 03:08:16 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-15 03:08:16 +0000
commitad06c9bdb538d1418af7a13ad041a445e0ab4a80 (patch)
treec54420327f9ae7337630d9d4b6b97bdbc8c5abb4 /README
parentdisable eval (diff)
downloadeselect-ad06c9bdb538d1418af7a13ad041a445e0ab4a80.tar.gz
eselect-ad06c9bdb538d1418af7a13ad041a445e0ab4a80.tar.bz2
eselect-ad06c9bdb538d1418af7a13ad041a445e0ab4a80.zip
update README a bit
svn path=/trunk/; revision=103
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 9ec92b8..b07b645 100644
--- a/README
+++ b/README
@@ -6,6 +6,11 @@ Authors
See the AUTHORS file.
+Documentation
+-------------
+
+See ``doc//``. Use ``make html`` for HTML versions.
+
Copyright
---------
@@ -20,5 +25,6 @@ Style Notes
* For the main source, indent is four spaces, no tabs, text width of 80.
* For .eclectic files, the same indenting rules apply as for ebuilds.
* Public functions don't get the ``ec_`` prefix, private functions do.
+* eval is evil, so we disabled it.
vim: set tw=78 ft=glep :