aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-15 01:31:33 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2014-12-15 01:37:17 -0500
commit795d33aa1885d3efc3d6a9322cdfeb5c2e4f8103 (patch)
tree31af38b00ad1175352ed317e66e595dbc435ba9a
parentMerge pull request #141 from jonls/relay-usr1-signal (diff)
downloadredshift-ng-795d33aa1885d3efc3d6a9322cdfeb5c2e4f8103.tar.gz
redshift-ng-795d33aa1885d3efc3d6a9322cdfeb5c2e4f8103.tar.bz2
redshift-ng-795d33aa1885d3efc3d6a9322cdfeb5c2e4f8103.tar.xz
Makefile: Add README to distributed files
README was accidentally omitted from distribution, and the link from README to README.md was missing since the file was renamed with the Markdown extension.
-rw-r--r--Makefile.am1
l---------README1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 37a250f..01a7a29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@ UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
EXTRA_ROOTDOC_FILES = \
HACKING \
DESIGN \
+ README \
README-colorramp
_HICOLOR_FILES = \
diff --git a/README b/README
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md \ No newline at end of file