]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include NEWS in the dist archive
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 6 Jan 2010 20:27:48 +0000 (21:27 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 6 Jan 2010 21:23:11 +0000 (22:23 +0100)
Makefile.in

index d392cd88fe717cf4bb0e0e2f1b284053202b0b30..0da073f34717323faa8620f61ec0bb9283feda7f 100644 (file)
@@ -29,7 +29,7 @@ objs = $(sources:.c=.o)
 
 dist_files = \
     $(sources) $(headers) configure Makefile.in config.h.in ccache.1 \
-    test.sh install-sh README COPYING
+    test.sh install-sh COPYING README NEWS
 
 version := $(shell sed -n 's/^\#define CCACHE_VERSION "\(.*\)"/\1/p' \
                       $(srcdir)/ccache.h)