aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-05-31 08:39:00 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 09:35:40 +0900
commitf33ba70f8d170d6642bad50de48cfeee962eafaf (patch)
treea18a1b9e553567a2af608cc66d068fddd10b7ea3 /Makefile
parent06c9e59904ee08c514fbc945c6764dc39dea99f5 (diff)
downloadsubsurface-f33ba70f8d170d6642bad50de48cfeee962eafaf.tar.gz
Create and install the documentation too
The default build will now create the HTML documentation (only the HTML one) and the install rule will install it. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eedf1a7b8..4ada94bc2 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ INSTALL=install
prefix = $(DESTDIR)/usr
BINDIR = $(prefix)/bin
DATADIR = $(prefix)/share
+DOCDIR = $(DATADIR)/doc/$(NAME)
DESKTOPDIR = $(DATADIR)/applications
ICONPATH = $(DATADIR)/icons/hicolor
ICONDIR = $(ICONPATH)/scalable/apps