From b44c82f18476bcfdf9be7791aeb95fdf680c0c44 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 26 Oct 2009 16:59:30 +0100 Subject: [PATCH] fixing README and Makefile. --- Makefile | 4 ++-- README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7106eb09b7ccb05823b87cfc3cfe1200a802c889..d4bf93a0027e8f0b6d2d04c929733941269642cd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# tabbed - tabbing interface for surf +# tabbed - tabbing interface # See LICENSE file for copyright and license details. include config.mk @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p tabbed-${VERSION} - @cp -R LICENSE Makefile README config.mk \ + @cp -R LICENSE Makefile README config.def.h config.mk \ tabbed.1 ${SRC} tabbed-${VERSION} @tar -cf tabbed-${VERSION}.tar tabbed-${VERSION} @gzip tabbed-${VERSION}.tar diff --git a/README b/README index 4d447c1fd9e6613df18792388dda1aa34fb79b14..42f5884937c6da1bed08702c741c3f092fe7b286 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ tabbed is a simple Xembed container manager based on Xlib. Requirements ------------ -In order to build surf you need the Xlib header files. +In order to build tabbed you need the Xlib header files. Installation