Commit 275272f0 authored by Stanislav Ievlev's avatar Stanislav Ievlev

- add logo compilation

parent cf58b4d9
......@@ -14,4 +14,5 @@ browser-qt:alterator/design/bg.png
ahttpd:
install -d $(datadir)/alterator/design/styles
cp -a alterator/images $(datadir)/alterator/design
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(datadir)/alterator/design/images/logo.png
cp -a alterator/styles/*.css $(datadir)/alterator/design/styles
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment