diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-31 08:39:00 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 09:35:40 +0900 |
commit | f33ba70f8d170d6642bad50de48cfeee962eafaf (patch) | |
tree | a18a1b9e553567a2af608cc66d068fddd10b7ea3 /Makefile | |
parent | 06c9e59904ee08c514fbc945c6764dc39dea99f5 (diff) | |
download | subsurface-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |