git » fp-git.git » commit d991271

Added text_conf

author ecalot
2005-01-26 22:21:12 UTC
committer ecalot
2005-01-26 22:21:12 UTC
parent b086d938944cf0767547277b41c023265e0b1d44

Added text_conf

FP/src/Makefile +3 -0

diff --git a/FP/src/Makefile b/FP/src/Makefile
index 9bc4ddd..a2671b8 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -284,4 +284,7 @@ include/anims_conf.h: conf/anims.conf conf/awk/anims_conf.awk
 	$(INFO) Binding animation indexes to the source...
 	$(AWK) -f conf/awk/anims_conf.awk conf/anims.conf>include/anims_conf.h
 
+include/text_conf.h: conf/alphabet.conf conf/awk/text_conf.awk
+	$(INFO) Generating font alphabet...
+	$(AWK) -f conf/awk/text_conf.awk conf/alphabet.conf>include/text_conf.h