forgot 'rh' in name of binary tarball. REL_0_26

Thu, 13 Mar 2003 11:50:59 +0000

author
eric
date
Thu, 13 Mar 2003 11:50:59 +0000
changeset 129
ab2409bdaa8c
parent 128
3401fe143d49
child 130
d47b66e1722f

forgot 'rh' in name of binary tarball.

Makefile file | annotate | diff | revisions
     1.1 diff -r 3401fe143d49 -r ab2409bdaa8c Makefile
     1.2 --- a/Makefile	Thu Mar 13 11:44:34 2003 +0000
     1.3 +++ b/Makefile	Thu Mar 13 11:50:59 2003 +0000
     1.4 @@ -1,6 +1,6 @@
     1.5  # tumble: build a PDF file from image files
     1.6  # Makefile
     1.7 -# $Id: Makefile,v 1.30 2003/03/13 03:42:23 eric Exp $
     1.8 +# $Id: Makefile,v 1.31 2003/03/13 03:50:59 eric Exp $
     1.9  # Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10  #
    1.11  # This program is free software; you can redistribute it and/or modify
    1.12 @@ -55,7 +55,7 @@
    1.13  # let me know why so I can improve this Makefile.
    1.14  # -----------------------------------------------------------------------------
    1.15  
    1.16 -VERSION = 0.25
    1.17 +VERSION = 0.26
    1.18  
    1.19  PACKAGE = tumble
    1.20  
    1.21 @@ -123,7 +123,7 @@
    1.22  rh-rel := $(shell sed 's/^Red Hat Linux release \([0-9][0-9]*\.[0-9][0-9]*\) (.*)/\1/' </etc/redhat-release)
    1.23  
    1.24  bin-dist-rh: COPYING $(TARGETS) /etc/redhat-release
    1.25 -	tar --gzip -chf $(DISTNAME)-${rh-rel}.tar.gz COPYING $(TARGETS)
    1.26 +	tar --gzip -chf $(DISTNAME)-rh${rh-rel}.tar.gz COPYING $(TARGETS)
    1.27  
    1.28  
    1.29  clean: