From 5fe26ffad7765dab3954a511601885d719f033f6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2012 01:57:29 -0400 Subject: [PATCH] Include git-irkbot in the tarball. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5983153..4068b0b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ pylint: @pylint --output-format=parseable $(PYLINTOPTS) git-irkbot.py -SOURCES = README COPYING NEWS irker Makefile irker.xml irker-logo.png +SOURCES = README COPYING NEWS irker git-irkbot.py Makefile irker.xml irker-logo.png version: @echo $(VERS) -- 2.26.2