diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2001-05-30 09:17:59 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2001-05-30 09:17:59 +0000 |
commit | 90c0221f27582a3dc09ec6da9f6900c33935f1af (patch) | |
tree | 3b147dd1ddabc3c79679d43fab5bbb92a2bce267 | |
parent | bd77a6f48d9cc1954932c4a14e2423b1c28eb907 (diff) | |
download | cygnal-90c0221f27582a3dc09ec6da9f6900c33935f1af.tar.gz cygnal-90c0221f27582a3dc09ec6da9f6900c33935f1af.tar.bz2 cygnal-90c0221f27582a3dc09ec6da9f6900c33935f1af.zip |
New entry "How do I contribute to Cygwin?"
-rw-r--r-- | winsup/doc/how-programming.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index fb0145caf..76bf56fa7 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -17,6 +17,11 @@ should give you an idea of what is required. You should announce your intentions to the general cygwin list, in case others were thinking the same thing. +@subsection How do I contribute to Cygwin? + +If you want to contribute to Cygwin itself, see +@file{http://cygwin.com/contrib.html}. + @subsection Why are compiled executables so huge?!? By default, gcc compiles in all symbols. You'll also find that gcc |