strip off most of the path name within the html zip so that the zip only
contains html/ and its subdirectories git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ddbda01dc1
commit
b34c8fcaf2
1 changed files with 3 additions and 2 deletions
|
@ -19,5 +19,6 @@ buildhtml: rockbox-build.tex
|
|||
@cp -r $(OBJDIR)/html $(OBJDIR)/../
|
||||
|
||||
htmlzip: buildhtml
|
||||
@zip -r $(OBJDIR)/rockbox-manual.zip $(OBJDIR)/html
|
||||
@cp $(OBJDIR)/rockbox-manual.zip $(OBJDIR)/../
|
||||
@(cd $(OBJDIR); \
|
||||
zip -r $(OBJDIR)/rockbox-manual.zip html; \
|
||||
cp $(OBJDIR)/rockbox-manual.zip $(OBJDIR)/../ )
|
||||
|
|
Loading…
Reference in a new issue