summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-08-21 16:17:57 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-08-24 22:24:04 +0200
commit864d13cc3f50417819f6cfe0480c425f0db6b633 (patch)
tree7d18238e771af54f69be28259c6f1ba87a789f24 /Makefile
parent29e494a9f59d651c731816f09664463beae473f4 (diff)
downloadminiircd-864d13cc3f50417819f6cfe0480c425f0db6b633.tar.gz
miniircd-864d13cc3f50417819f6cfe0480c425f0db6b633.zip
Convert README to markdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80f3896..772374e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION := $(shell sed -n -e '/version = /{s/version = "\(.*\)"/\1/;p;}' <miniircd)
-DISTFILES = miniircd COPYING README
+DISTFILES = miniircd COPYING README.md
all:
echo "Nothing to do."