diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-13 22:25:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-13 22:27:01 -0800 |
commit | 27a0f91cff9e81bcb97060f536b8f85d6a46e976 (patch) | |
tree | d84f06266dc2c782e7d32fdd41aee34709faeafc /subsurface-install.pri | |
parent | d117becad83a42f49e17bc151ce5ecc11e4dc8cf (diff) | |
download | subsurface-27a0f91cff9e81bcb97060f536b8f85d6a46e976.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 2 |
1 files changed, 1 insertions, 1 deletions
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 |