diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-10-06 15:57:13 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-10-06 15:57:37 +1000 |
commit | 4b348f43ad1590bc3525c28ba0d27571b0445952 (patch) | |
tree | e7fdb50e2940c483235bc29d58fdf5f468516fae /src/gdisp/fonts | |
parent | afc42bab0321e32986f6998115dff97ac4195cd5 (diff) | |
download | uGFX-4b348f43ad1590bc3525c28ba0d27571b0445952.tar.gz uGFX-4b348f43ad1590bc3525c28ba0d27571b0445952.tar.bz2 uGFX-4b348f43ad1590bc3525c28ba0d27571b0445952.zip |
Update buildfonts.sh to match change to fonts.h
Diffstat (limited to 'src/gdisp/fonts')
-rw-r--r-- | src/gdisp/fonts/build_fonts.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gdisp/fonts/build_fonts.sh b/src/gdisp/fonts/build_fonts.sh index b40f7fb6..615fed19 100644 --- a/src/gdisp/fonts/build_fonts.sh +++ b/src/gdisp/fonts/build_fonts.sh @@ -63,8 +63,7 @@ build fixed_10x20.bdf fixed_10x20 bwfont build fixed_7x14.bdf fixed_7x14 bwfont build fixed_5x8.bdf fixed_5x8 bwfont -echo > fonts.h -echo '#include <gfx.h>' >> fonts.h +echo '#include "gfx.h"' > fonts.h for file in *.c; do echo >> fonts.h noext="${file%.*}" |