diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-03-25 22:52:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-25 22:52:28 +0000 |
| commit | 50d40ea43409745bc828e56af5e3879ea6b48cf1 (patch) | |
| tree | 9d440edea9c56c7a866810d4fb60a12dc5b89e72 | |
| parent | a07a833c61c9bc1e044c151601d814d71558fddc (diff) | |
| download | rockbox-50d40ea43409745bc828e56af5e3879ea6b48cf1.zip rockbox-50d40ea43409745bc828e56af5e3879ea6b48cf1.tar.gz rockbox-50d40ea43409745bc828e56af5e3879ea6b48cf1.tar.bz2 rockbox-50d40ea43409745bc828e56af5e3879ea6b48cf1.tar.xz | |
only ship the licences as the other plain text doc files are waaaay out
of date
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9255 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/buildzip.pl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 0615666..a7c8fb6 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -198,13 +198,9 @@ sub buildzip { } mkdir ".rockbox/docs", 0777; - for(("BATTERY-FAQ", - "CUSTOM_CFG_FORMAT", - "CUSTOM_WPS_FORMAT", - "FAQ", + for(("COPYING", "LICENSES", - "NODO", - "TECH")) { + )) { `cp $ROOT/docs/$_ .rockbox/docs/$_.txt`; } |