From: Jeremy Kerr Date: Thu, 5 Apr 2007 21:42:31 +0000 (+1000) Subject: Include COPYING and TODO in dist target X-Git-Tag: v1.0.0~988 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=0b7cc3673a866326b19f0832953557202e227347 Include COPYING and TODO in dist target Signed-off-by: Jeremy Kerr --- diff --git a/Makefile b/Makefile index 54e8f9a..764582b 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ $(PACKAGE)-$(VERSION): clean cp *.[ch] $@ cp -a devices/*.[ch] $@/devices/ cp Makefile $@ + cp TODO COPYING $@ clean: rm -f petitboot