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