1.1 --- a/Makefile Thu Apr 10 08:47:30 2003 +0000 1.2 +++ b/Makefile Thu Apr 10 09:02:12 2003 +0000 1.3 @@ -1,6 +1,6 @@ 1.4 # tumble: build a PDF file from image files 1.5 # Makefile 1.6 -# $Id: Makefile,v 1.40 2003/04/10 00:47:30 eric Exp $ 1.7 +# $Id: Makefile,v 1.41 2003/04/10 01:02:12 eric Exp $ 1.8 # Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.9 # 1.10 # This program is free software; you can redistribute it and/or modify 1.11 @@ -85,6 +85,9 @@ 1.12 AUTO_MISC = parser.output 1.13 1.14 1.15 +CFLAGS := $(CFLAGS) -DTUMBLE_VERSION=$(VERSION) 1.16 + 1.17 + 1.18 -include Maketest 1.19 1.20