From cc3d72cc98e7c19e0b42568252fc5c6881342341 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 15 Jun 2007 11:17:21 +0000 Subject: help script added git-svn-id: http://dzen.googlecode.com/svn/trunk@104 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 454cd02..12f6ab6 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dzen2-${VERSION} - @cp -R LICENSE Makefile README config.mk action.h dzen.h ${SRC} dzen2-${VERSION} + @cp -R LICENSE Makefile README help config.mk action.h dzen.h ${SRC} dzen2-${VERSION} @tar -cf dzen2-${VERSION}.tar dzen2-${VERSION} @gzip dzen2-${VERSION}.tar @rm -rf dzen2-${VERSION} -- cgit v1.2.3-54-g00ecf