diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-16 22:15:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-16 22:15:25 +0000 |
commit | 1e94b873c4fb24121b9479ba5a2a977e0a584236 (patch) | |
tree | 10a94fadf1edb674d566d0447581abb3370faae7 /www | |
parent | 17c5060d859cc7ccb171a9dd264c93cb52bff71a (diff) | |
download | rockbox-1e94b873c4fb24121b9479ba5a2a977e0a584236.tar.gz rockbox-1e94b873c4fb24121b9479ba5a2a977e0a584236.zip |
'screenshots' needs a make too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3454 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 035ada8ab6..8dbacb758b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -27,6 +27,7 @@ all: $(OBJS) @(cd fonts; $(MAKE)) @(cd lang; $(MAKE)) @(cd tshirt-contest; $(MAKE)) + @(cd screenshots; $(MAKE)) main.html: main.t activity.html |