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:13 +1000 | 
| commit | df0a966fc2f221adfb133eca1a52e6f2c936368d (patch) | |
| tree | c8eb6ddf3f1a09f95941e15c155e90d66e5b73a1 /src | |
| parent | 0118743a265835af788018c4e7e4c83dbc016b97 (diff) | |
| download | uGFX-df0a966fc2f221adfb133eca1a52e6f2c936368d.tar.gz uGFX-df0a966fc2f221adfb133eca1a52e6f2c936368d.tar.bz2 uGFX-df0a966fc2f221adfb133eca1a52e6f2c936368d.zip  | |
Update buildfonts.sh to match change to fonts.h
Diffstat (limited to 'src')
| -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%.*}"  | 
