Added README to binary distribution. REL_0_28

Sun, 16 Mar 2003 15:40:00 +0000

author
eric
date
Sun, 16 Mar 2003 15:40:00 +0000
changeset 138
692e6411df52
parent 137
ce565d98baf3
child 139
ec2a06d8a2a6

Added README to binary distribution.

Makefile file | annotate | diff | revisions
     1.1 diff -r ce565d98baf3 -r 692e6411df52 Makefile
     1.2 --- a/Makefile	Sun Mar 16 15:36:54 2003 +0000
     1.3 +++ b/Makefile	Sun Mar 16 15:40:00 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.33 2003/03/16 07:37:16 eric Exp $
     1.8 +# $Id: Makefile,v 1.34 2003/03/16 07:40:00 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 @@ -76,6 +76,8 @@
    1.13  DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS)
    1.14  DISTNAME = $(PACKAGE)-$(VERSION)
    1.15  
    1.16 +BIN_DISTFILES = COPYING README $(TARGETS)
    1.17 +
    1.18  
    1.19  AUTO_CSRCS = scanner.c parser.tab.c bitblt_tables.c g4_tables.c
    1.20  AUTO_HDRS = parser.tab.h  bitblt_tables.h g4_tables.h
    1.21 @@ -126,8 +128,8 @@
    1.22  
    1.23  rh-rel := $(shell sed 's/^Red Hat Linux release \([0-9][0-9]*\.[0-9][0-9]*\) (.*)/\1/' </etc/redhat-release)
    1.24  
    1.25 -bin-dist-rh: COPYING $(TARGETS) /etc/redhat-release
    1.26 -	tar --gzip -chf $(DISTNAME)-rh${rh-rel}.tar.gz COPYING $(TARGETS)
    1.27 +bin-dist-rh: $(BIN_DISTFILES) /etc/redhat-release
    1.28 +	tar --gzip -chf $(DISTNAME)-rh${rh-rel}.tar.gz $(BIN_DISTFILES)
    1.29  
    1.30  
    1.31  clean: