summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-03 00:08:43 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-03 00:08:43 +0000
commit1c3c17159f9493fca365f300087533f687e2ab4c (patch)
treee95ccc6d4f3fceef8452ff65a4bcbd8122ca8de8 /manual
parente3851828afd220e5c6865d70a91145cd7776ca1d (diff)
downloadrockbox-1c3c17159f9493fca365f300087533f687e2ab4c.tar.gz
rockbox-1c3c17159f9493fca365f300087533f687e2ab4c.zip
also catch jpg images when building the html filetree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.pdflatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex
index 9ea633a71f..2e132211e0 100644
--- a/manual/Makefile.pdflatex
+++ b/manual/Makefile.pdflatex
@@ -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