X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fdevel-notes.txt;h=ccb5e595d4a7dc368c59b8a0ab118637548b6556;hp=be46f2aa9925bf7667885161794c0f5fe2966235;hb=f9906e737c60c89e063c30807214fe88188cc795;hpb=fad91a52c8feae82875ce8a78cddd67253124655 diff --git a/doc/devel-notes.txt b/doc/devel-notes.txt index be46f2a..ccb5e59 100644 --- a/doc/devel-notes.txt +++ b/doc/devel-notes.txt @@ -2,7 +2,7 @@ Required tools -------------- 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. @@ -56,10 +56,10 @@ Getting started from SVN ------------------------ 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 @@ -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 -./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