summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/generate_rocklatin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/generate_rocklatin.c b/tools/generate_rocklatin.c
index 001d80ef72..a883a013c2 100644
--- a/tools/generate_rocklatin.c
+++ b/tools/generate_rocklatin.c
@@ -119,6 +119,14 @@ int main (int argc, char** argv)
119 char *filename; 119 char *filename;
120 FILE *fp; 120 FILE *fp;
121 121
122 printf("This tool will generate gif-pictures that reflect the current "
123 "rocklatin1 charset of the Player.\nThis tool is compiled with "
124 "the source, so don't forget to 'make' it before starting.\n"
125 "This tool will generate pnm-pictures that then automatically is "
126 "converted to gif pictures using the 'convert' tool of "
127 "ImageMagick.\n"
128 "The generated gif-pictures shall then be copied to www/docs.\n");
129
122 for (loop=0; loop<6; loop++) { 130 for (loop=0; loop<6; loop++) {
123 switch (loop) { 131 switch (loop) {
124 case 0: 132 case 0: