From 01e5795098bea0fecb29e69e702225cb236dd6f8 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Fri, 1 Jul 2011 17:05:35 +0100 Subject: Include a LICENSE file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78913a5..c91d786 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ DISTDIR=libtermkey-$(VERSION_MAJOR).$(VERSION_MINOR) distdir: all mkdir __distdir - cp *.c *.h *.3 __distdir + cp *.c *.h *.3 LICENSE __distdir sed "s,@VERSION@,$(VERSION)," __distdir/termkey.pc.in sed "/^# DIST CUT/Q" __distdir/Makefile mv __distdir $(DISTDIR) -- cgit v1.2.3