Update buildfonts.sh to match change to fonts.h

ugfx_release_2.6
inmarket 2014-10-06 15:57:13 +10:00
parent afc42bab03
commit 4b348f43ad
1 changed files with 1 additions and 2 deletions

View File

@ -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%.*}"