Makefile cleanup

This commit is contained in:
Andrey Cherepanov 2016-07-15 14:41:44 +03:00
parent 7fe45605cc
commit 0c29552b22

View File

@ -15,14 +15,8 @@ all:
convert images/background4x3.png -resize 800x600 images/small.png
# display status
if [ -n "$(STATUS)" ] ; then \
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wlogo.png; \
convert wlogo.png images/product-logo.png -geometry +30+30 -composite images/boot.jpg; \
else \
convert images/wallpaper.png images/product-logo.png -geometry +30+30 -composite images/boot.jpg; \
fi
convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
cp -al images/grub.png images/boot.png
#cp -al images/grub.png images/boot.png
# product logo for ahttpd
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
# product logo for indexhtml