also catch jpg images when building the html filetree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3851828af
commit
1c3c17159f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ buildhtml: rockbox-build.tex
|
|||
$(HTLATEX) $(DOCUMENT) "$(HTOPTS1),2" $(HTOPTS2) $(HTOPTS3); \
|
||||
fi)
|
||||
|
||||
@cp --parent `cat $(OBJDIR)/html/*.html | sed -e '/png/!d;s/.*\"\(.*\.png\)\".*/\1/g'` $(OBJDIR)/html
|
||||
@cp --parent `cat $(OBJDIR)/html/*.html | sed -e '/[pj][np]g/!d;s/.*\"\(.*\.[pj][np]g\)\".*/\1/g;/</d'` $(OBJDIR)/html
|
||||
@cp -r $(OBJDIR)/html $(OBJDIR)/../
|
||||
|
||||
htmlzip: buildhtml
|
||||
|
|
Loading…
Reference in a new issue