summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-20 17:24:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-20 17:24:10 +0000
commitc74ebf4c3b8b0d15991b54a4371e694d1629e689 (patch)
tree058074b1f35795f56cf44e50750f4bd9f380dca6 /www/docs
parent20fb06ac2b5fe511c167c7eeb282e6cd1568465f (diff)
downloadrockbox-c74ebf4c3b8b0d15991b54a4371e694d1629e689.tar.gz
rockbox-c74ebf4c3b8b0d15991b54a4371e694d1629e689.zip
update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3297 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
-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>