bday
changeset 23:4abebbc5eb7e
fix makefile
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 24 Feb 2014 21:43:53 +0100 |
parents | 44e4ee39c478 |
children | c621d710d12e |
files | makefile |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/makefile Mon Feb 24 21:39:31 2014 +0100 1.2 +++ b/makefile Mon Feb 24 21:43:53 2014 +0100 1.3 @@ -1,9 +1,8 @@ 1.4 # bday by meillo@marmaro.de 1.5 1.6 - 1.7 VERSION = 0.2 1.8 1.9 -DOCS=COPYRIGHT COPYING ChangeLog 1.10 +DOCS=README COPYING ChangeLog 1.11 1.12 # paths 1.13 PREFIX = /usr/local 1.14 @@ -20,7 +19,7 @@ 1.15 1.16 dist: build changelog 1.17 @mkdir -p bday-${VERSION} 1.18 - @cp bday bday.c bday.1 Makefile ${DOCS} bday-${VERSION} 1.19 + @cp bday bday.c bday.1 makefile ${DOCS} bday-${VERSION} 1.20 @tar -czhf bday-${VERSION}.tar.gz bday-${VERSION} 1.21 @rm -rf bday-${VERSION} 1.22