Rocco Rutte:
[apps/madmutt.git] / doc / devel-notes.txt
index be46f2a..ccb5e59 100644 (file)
@@ -2,7 +2,7 @@ Required tools
 --------------
 
 If you are planning to hack on Mutt-ng, please subscribe to the
 --------------
 
 If you are planning to hack on Mutt-ng, please subscribe to the
-Mutt-ng-dev mailinglist (mutt-ng-deve-@lists.berlios.de).
+Mutt-ng-devel mailinglist (mutt-ng-deve-l@lists.berlios.de).
 Announcements about recent development
 versions go to that mailing list, as go technical discussions and
 patches.
 Announcements about recent development
 versions go to that mailing list, as go technical discussions and
 patches.
@@ -56,10 +56,10 @@ Getting started from SVN
 ------------------------
 
 Once you've checked out a copy of the source from SVN from
 ------------------------
 
 Once you've checked out a copy of the source from SVN from
-svn.berlios.de/svnroot/repos/mutt-ng , you'll need to
-run the script called 'prepare' that is in the root directory.  The
-script does all the automake/autoconf magic that needs to be done with
-a fresh checkout.
+svn.berlios.de/svnroot/repos/mutt-ng , you'll need to run the script
+called 'prepare' that is in the root directory.  The script does all the
+automake/autoconf magic that needs to be done with a fresh checkout. If
+all steps succeed, you'll have a configure script to start off with.
 
 
 A word about warnings
 
 
 A word about warnings
@@ -115,8 +115,9 @@ Configuration _variables_ are documented directly in init.h.   Note
 that this includes documentation for possibly added format flags!
 
 When adding variables which depend on system-functionality and/or
 that this includes documentation for possibly added format flags!
 
 When adding variables which depend on system-functionality and/or
-./configure switches, you have to add additional availability
-information to avoid confusion in the manual.
+./configure switches, you have to add additional "availability"
+information to init.h to avoid confusion in the manual. Please see
+init.h for examples.
 
 The parts of The Manual and the muttngrc manual page dealing with
 these variables, and the global Muttrc, are generated automatically
 
 The parts of The Manual and the muttngrc manual page dealing with
 these variables, and the global Muttrc, are generated automatically