dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
commit bae58f61cf03260d018796edf2bd3fd5e07450ed
parent 1636e122101501ddb907119c61d0961ccaa89a99
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Tue, 19 Jul 2011 21:30:09 +0100

add lsx.1 to dist
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -35,7 +35,7 @@ clean:
 dist: clean
     @echo creating dist tarball
     @mkdir -p dmenu-${VERSION}
-    @cp LICENSE Makefile README config.mk dmenu.1 draw.h dmenu_run ${SRC} dmenu-${VERSION}
+    @cp LICENSE Makefile README config.mk dmenu.1 draw.h dmenu_run lsx.1 ${SRC} dmenu-${VERSION}
     @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
     @gzip dmenu-${VERSION}.tar
     @rm -rf dmenu-${VERSION}