Makefile

changeset 138
692e6411df52
parent 136
82d6f19753d6
child 141
752599b50ff3
     1.1 --- a/Makefile	Sun Mar 16 15:36:54 2003 +0000
     1.2 +++ b/Makefile	Sun Mar 16 15:40:00 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.33 2003/03/16 07:37:16 eric Exp $
     1.7 +# $Id: Makefile,v 1.34 2003/03/16 07:40:00 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 @@ -76,6 +76,8 @@
    1.12  DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS)
    1.13  DISTNAME = $(PACKAGE)-$(VERSION)
    1.14  
    1.15 +BIN_DISTFILES = COPYING README $(TARGETS)
    1.16 +
    1.17  
    1.18  AUTO_CSRCS = scanner.c parser.tab.c bitblt_tables.c g4_tables.c
    1.19  AUTO_HDRS = parser.tab.h  bitblt_tables.h g4_tables.h
    1.20 @@ -126,8 +128,8 @@
    1.21  
    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${rh-rel}.tar.gz COPYING $(TARGETS)
    1.26 +bin-dist-rh: $(BIN_DISTFILES) /etc/redhat-release
    1.27 +	tar --gzip -chf $(DISTNAME)-rh${rh-rel}.tar.gz $(BIN_DISTFILES)
    1.28  
    1.29  
    1.30  clean: