From 50e0b91550b858a179f92208ef7ac7dd33f8c420 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Thu, 13 Mar 2003 11:42:23 +0000 Subject: [PATCH] added rules to build binary release tarballs for Red Hat Linux. --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3b82a7e..eb0ef37 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # tumble: build a PDF file from image files # Makefile -# $Id: Makefile,v 1.29 2003/03/13 00:57:05 eric Exp $ +# $Id: Makefile,v 1.30 2003/03/13 03:42:23 eric Exp $ # Copyright 2001, 2002, 2003 Eric Smith # # This program is free software; you can redistribute it and/or modify @@ -55,7 +55,7 @@ YFLAGS = -d -v # let me know why so I can improve this Makefile. # ----------------------------------------------------------------------------- -VERSION = 0.24 +VERSION = 0.25 PACKAGE = tumble @@ -120,6 +120,12 @@ dist: $(DISTFILES) -rm -rf $(DISTNAME) +rh-rel := $(shell sed 's/^Red Hat Linux release \([0-9][0-9]*\.[0-9][0-9]*\) (.*)/\1/'