summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-18 08:40:23 +0100
committerQball Cow <qball@gmpclient.org>2014-03-18 08:40:23 +0100
commit7ec4bc8d4eb2536887ef0e5aabfcda8ec2209679 (patch)
tree831dc86337cabbb376ed7f2a8750afbfda28fe0b /Makefile.am
parent6505962498c2f1b426421463b1a3054c3500b318 (diff)
Update readme, add it to distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d0553bc3..227d006d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,9 +37,16 @@ rofi_SOURCES=\
man1_MANS=\
doc/rofi.1
+##
+# Readme.md
+##
+markdown_FILES=\
+ README.md
+
##
# Extra DIST
##
EXTRA_DIST=\
- $(man1_MANS)
+ $(man1_MANS)\
+ $(markdown_FILES)