Skip to content

Commit

Permalink
fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Oct 30, 2013
1 parent 8c7d803 commit 3b17a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ zip: png
mkdir -p tmp/WorldWeatherSymbols-png
cp -f png/*.png tmp/WorldWeatherSymbols-png
cp README.md tmp/WorldWeatherSymbols-png
cd tmp && zip WorldWeatherSymbols-png.zip WorldWeatherSymbols-png/*.png README.md
cd tmp && zip WorldWeatherSymbols-png.zip WorldWeatherSymbols-png/*.png WorldWeatherSymbols-png/README.md

png:
scripts/wws_manage.sh png

0 comments on commit 3b17a26

Please sign in to comment.