summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-02-10 17:14:27 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-02-10 17:14:57 +0100
commitc38cddd0ff0fb6e23538131e0d844cf159852c73 (patch)
tree498782a44b756ca30fb83cb55028463f50124ba3 /Makefile
parentb376cdb35e474e42fc473aa99b88540c411bb897 (diff)
downloadpoezio-c38cddd0ff0fb6e23538131e0d844cf159852c73.tar.gz
poezio-c38cddd0ff0fb6e23538131e0d844cf159852c73.tar.bz2
poezio-c38cddd0ff0fb6e23538131e0d844cf159852c73.tar.xz
poezio-c38cddd0ff0fb6e23538131e0d844cf159852c73.zip
Rename README.rest in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f5eb224..d9f4df85 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ install: all
python3 setup.py install --root=$(DESTDIR) --optimize=1
mkdir -p $(DESTDIR)$(prefix) $(DESTDIR)$(DOCDIR)/poezio/ $(DESTDIR)$(LOCALEDIR) $(DESTDIR)$(BINDIR)
cp -R doc/* $(DESTDIR)$(DOCDIR)/poezio/
- cp README CHANGELOG COPYING $(DESTDIR)$(DOCDIR)/poezio/
+ cp README.rst CHANGELOG COPYING $(DESTDIR)$(DOCDIR)/poezio/
uninstall:
rm -f $(DESTDIR)$(BINDIR)/poezio