From abdf4ed39b706f82751ecc2cbee8b5fcf7dd5fd3 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 15 Dec 2011 21:13:02 +0100 Subject: [PATCH] Updates for 1.0 release --- .gitattributes | 2 ++ Makefile | 6 +++++- NEWS | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore diff --git a/Makefile b/Makefile index 1804578..4d43e77 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ PREFIX ?= /usr/local INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream) +VERSION = 1.0 all: @echo "Run \"make install\" to install biTStream into $(INCLUDE)" @@ -23,4 +24,7 @@ uninstall: @echo "REMOVE $(INCLUDE)" @rm -rf $(INCLUDE) -.PHONY: install uninstall +distcheck: + git archive --format=tar --prefix=bitstream-$(VERSION)/ master | bzip2 -9 > bitstream-$(VERSION).tar.bz2 + +.PHONY: install uninstall distcheck diff --git a/NEWS b/NEWS index edb2abc..5c3754f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.0 (?? Aug 2010) +1.0 (15 Dec 2011) ================= - Initial public release