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:
parent
a07a833c61
commit
50d40ea434
1 changed files with 2 additions and 6 deletions
|
@ -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`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue