summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/docs/patch.t11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/docs/patch.t b/www/docs/patch.t
index 8c601b0b14..1eafac947a 100644
--- a/www/docs/patch.t
+++ b/www/docs/patch.t
@@ -1,12 +1,21 @@
1#define _PAGE_ How To Work With Patches 1#define _PAGE_ How To Work With Patches
2#include "head.t" 2#include "head.t"
3<p>
4 When we speak of 'patches' in the Rockbox project, we mean a set of changes
5 to one or more source files.
3 6
4<h2>Tools Of The Trade</h2> 7<h2>Tools Of The Trade</h2>
5<p> 8<p>
6Use the tools 'diff' and 'patch'. Preferably the GNU versions. They're readily 9Use the tools 'diff' and 'patch'. Preferably the GNU versions. They're readily
7available for all imaginable platforms. 10available for all imaginable platforms.
8<p> 11<p>
9[Add favourite diff/patch links here] 12Try one of these:
13<ul>
14<li> <a href="http://www.fsf.org/software/patch/patch.html">http://www.fsf.org/software/patch/patch.html</a>
15<li> <a href="http://www.gnu.org/directory/diffutils.html">http://www.gnu.org/directory/diffutils.html</a>
16<li> <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">http://gnuwin32.sourceforge.net/packages/patch.htm</a> - patch for Windows
17<li> <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">http://gnuwin32.sourceforge.net/packages/diffutils.htm</a> - diff for Windows
18</ul>
10 19
11<h2>Creating A Patch</h2> 20<h2>Creating A Patch</h2>
12<p> 21<p>