# HG changeset patch # User markus schnalke # Date 1393274633 -3600 # Node ID 4abebbc5eb7ef80b9394ee6ea49790efdb9a7619 # Parent 44e4ee39c4789c1f72c492e6503afd2ce251c4f9 fix makefile diff -r 44e4ee39c478 -r 4abebbc5eb7e makefile --- a/makefile Mon Feb 24 21:39:31 2014 +0100 +++ b/makefile Mon Feb 24 21:43:53 2014 +0100 @@ -1,9 +1,8 @@ # bday by meillo@marmaro.de - VERSION = 0.2 -DOCS=COPYRIGHT COPYING ChangeLog +DOCS=README COPYING ChangeLog # paths PREFIX = /usr/local @@ -20,7 +19,7 @@ dist: build changelog @mkdir -p bday-${VERSION} - @cp bday bday.c bday.1 Makefile ${DOCS} bday-${VERSION} + @cp bday bday.c bday.1 makefile ${DOCS} bday-${VERSION} @tar -czhf bday-${VERSION}.tar.gz bday-${VERSION} @rm -rf bday-${VERSION}