Add 'docs' and 'doxygen' targets to top-level Makefile.
[fw/openocd] / PATCHES
1 Please mail patches to:
2
3 openocd-development@lists.berlios.de
4
5 Note that you can't send patches to that list unless
6 you're a member, despite what the list info page says.
7
8 The patch should be against svn trunk using an SVN
9 diff. 
10
11 Attach the patch to the email as a .txt file and
12 also write a short change log entry that maintainers
13 can copy and paste into the commit message
14
15 (However, don't expect the maintainers to actually
16 include such entries in their commit messages if
17 they're longer than a single $SUBJECT line.)
18
19 Add yourself to the GPL copyright for non-trivial changes.
20
21 To create a patch from the command line:
22  
23 svn diff >mypatch.txt
24
25 http://svnbook.red-bean.com/en/1.0/re09.html
26
27 NB! remember to use "svn add" on new files first!
28
29 http://svnbook.red-bean.com/en/1.0/re01.html
30
31
32
33 If you have a decent SVN GUI, then that should be
34 able to create and apply patches as well...
35