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:
Daniel Stenberg 2006-07-23 10:37:28 +00:00
parent ddbda01dc1
commit b34c8fcaf2

View file

@ -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)/../ )