Browse Source

* Add a "make fonts" rule to the makefile for easy updates.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
17dc232724
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.am

+ 4
- 0
Makefile.am View File

@@ -15,4 +15,8 @@ upload: doc/html FORCE
scp $(distdir).tar.gz $(webhost):$(webdir)/files/
scp -r doc/html/* $(webhost):$(webdir)/manual/

fonts: tools/makefont
tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/font_mono9.h
tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/font_monobold12.h

FORCE:

Loading…
Cancel
Save