1.1 diff -r ba64dfca82e9 -r e2ef1c2f9eca tumble.c 1.2 --- a/tumble.c Thu Mar 13 08:03:11 2003 +0000 1.3 +++ b/tumble.c Thu Mar 13 08:57:05 2003 +0000 1.4 @@ -1,10 +1,8 @@ 1.5 /* 1.6 - * t2p: Create a PDF file from the contents of one or more TIFF 1.7 - * bilevel image files. The images in the resulting PDF file 1.8 - * will be compressed using ITU-T T.6 (G4) fax encoding. 1.9 + * tumble: build a PDF file from image files 1.10 * 1.11 * Main program 1.12 - * $Id: tumble.c,v 1.31 2003/03/12 23:59:10 eric Exp $ 1.13 + * $Id: tumble.c,v 1.32 2003/03/13 00:57:05 eric Exp $ 1.14 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.15 * 1.16 * This program is free software; you can redistribute it and/or modify 1.17 @@ -38,7 +36,7 @@ 1.18 #include "bitblt.h" 1.19 #include "semantics.h" 1.20 #include "parser.tab.h" 1.21 -#include "t2p.h" 1.22 +#include "tumble.h" 1.23 #include "pdf.h" 1.24 1.25 1.26 @@ -78,8 +76,8 @@ 1.27 void usage (void) 1.28 { 1.29 fprintf (stderr, "\n"); 1.30 - fprintf (stderr, "t2p - Copyright 2001-2003 Eric Smith <eric@brouhaha.com>\n"); 1.31 - fprintf (stderr, "http://www.brouhaha.com/~eric/software/t2p/\n"); 1.32 + fprintf (stderr, "tumble - Copyright 2001-2003 Eric Smith <eric@brouhaha.com>\n"); 1.33 + fprintf (stderr, "http://www.brouhaha.com/~eric/software/tumble/\n"); 1.34 fprintf (stderr, "\n"); 1.35 fprintf (stderr, "usage:\n"); 1.36 fprintf (stderr, " %s [options] -s spec\n", progname);