1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2006-03-25 22:52:28 +00:00
parent a07a833c61
commit 50d40ea434

View file

@ -198,13 +198,9 @@ sub buildzip {
} }
mkdir ".rockbox/docs", 0777; mkdir ".rockbox/docs", 0777;
for(("BATTERY-FAQ", for(("COPYING",
"CUSTOM_CFG_FORMAT",
"CUSTOM_WPS_FORMAT",
"FAQ",
"LICENSES", "LICENSES",
"NODO", )) {
"TECH")) {
`cp $ROOT/docs/$_ .rockbox/docs/$_.txt`; `cp $ROOT/docs/$_ .rockbox/docs/$_.txt`;
} }