summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-02-13 02:11:34 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-02-13 02:11:34 +0100
commitaf0d8b63b63d28f6fc4a8485cdfdfa12d38b4535 (patch)
tree4e2f4b64b41b4869b9a8f9a7529212bb87dbfe9e /Makefile
parentd5008bd6cd01fe69367a664a5a9f8a20beaf3dce (diff)
install README and NEWS to doc directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3878e1e3..0f559a49 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,8 @@ install: all
install -m 644 doc/herbstclient.html $(DOCDIR)/
install -m 644 doc/herbstluftwm.html $(DOCDIR)/
install -m 644 BUGS $(DOCDIR)/
+ install -m 644 NEWS $(DOCDIR)/
+ install -m 644 README $(DOCDIR)/
install -m 755 share/autostart $(CONFIGDIR)/
install -m 755 share/panel.sh $(CONFIGDIR)/
install -m 755 share/restartpanels.sh $(CONFIGDIR)/