rockbox/tools/checkwps
Solomon Peachy 3f43fe3cd8 checkwps: Validate all fonts in themes
Makes sure any fonts specified are either:

 * Present in the theme itself
 * One of the fonts in the Rockbox bundle

Change-Id: I215132835e2ae7faa06662637bc867df9c5dba92
2025-10-27 09:52:16 -04:00
..
buildall.sh checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
checkwps.c checkwps: Validate all fonts in themes 2025-10-27 09:52:16 -04:00
checkwps.h
checkwps.make checkwps: Validate all fonts in themes 2025-10-27 09:52:16 -04:00
cleanall.sh
parse_configure.awk checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
README
SOURCES checkwps: Validate %?St() tags 2025-09-27 10:19:20 -04:00
system-target.h

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script

To remove all compiled files
----------------------------

./cleanall.sh

To add a new target
-------------------

No action necessary, list of targets is parsed out of the configure script