From 27a0f91cff9e81bcb97060f536b8f85d6a46e976 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Dec 2013 22:25:45 -0800 Subject: Correct install path for Documentation under Linux One could argue that /usr/share/doc/subsurface is indeed correct, but we look for the user-manual.html in /usr/share/subsurface/Documentation Fixes #363 Signed-off-by: Dirk Hohndel --- subsurface-install.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurface-install.pri b/subsurface-install.pri index 01517ee81..494da41bd 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -131,7 +131,7 @@ mac { dummy.commands = $${nl}prefix = /usr$${nl}\ BINDIR = $(prefix)/bin$${nl}\ DATADIR = $(prefix)/share$${nl}\ -DOCDIR = $(DATADIR)/doc/subsurface$${nl}\ +DOCDIR = $(DATADIR)/subsurface/Documentation$${nl}\ DESKTOPDIR = $(DATADIR)/applications$${nl}\ MANDIR = $(DATADIR)/man/man1$${nl}\ XSLTDIR = $(DATADIR)/subsurface -- cgit v1.2.3-70-g09d2