11 lines
596 B
Makefile
11 lines
596 B
Makefile
all:
|
|
mogrify images/boot.jpg -gravity northwest -pointsize 20 -annotate 0 '@STATUS@'
|
|
cp -al images/boot.jpg bootloader/data-boot/
|
|
cp -al images/boot.jpg bootloader/data-install/
|
|
cp -al images/boot.jpg bootsplash/images/bootsplash-800x600.jpg
|
|
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
|
|
# background
|
|
mogrify images/background.png -gravity northwest -pointsize 30 -annotate 0 '@STATUS@'
|
|
cp -al images/background.png graphics/backgrounds/default.png
|
|
convert -resize '800x600!' images/background.png browser-qt/design/bg.png
|