From 60c7e38b6e34d0fd4270e900deb5303c32bee85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Set=C3=A4l=C3=A4?= Date: Thu, 7 Jan 2010 22:50:07 +0200 Subject: [PATCH] Added a somewhat non-automatic dist target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c32ed6b..7b9effb 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,7 @@ xkblayout-state: XKeyboard.o wrapper.o clean: rm -f xkblayout-state XKeyboard.o wrapper.o + +dist: + tar cfa xkblayout-state-v1b.tar.gz Makefile README.md wrapper.cpp X11Exception.h XKeyboard.cpp XKeyboard.h +