mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
d117becad8
commit
27a0f91cff
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ mac {
|
||||||
dummy.commands = $${nl}prefix = /usr$${nl}\
|
dummy.commands = $${nl}prefix = /usr$${nl}\
|
||||||
BINDIR = $(prefix)/bin$${nl}\
|
BINDIR = $(prefix)/bin$${nl}\
|
||||||
DATADIR = $(prefix)/share$${nl}\
|
DATADIR = $(prefix)/share$${nl}\
|
||||||
DOCDIR = $(DATADIR)/doc/subsurface$${nl}\
|
DOCDIR = $(DATADIR)/subsurface/Documentation$${nl}\
|
||||||
DESKTOPDIR = $(DATADIR)/applications$${nl}\
|
DESKTOPDIR = $(DATADIR)/applications$${nl}\
|
||||||
MANDIR = $(DATADIR)/man/man1$${nl}\
|
MANDIR = $(DATADIR)/man/man1$${nl}\
|
||||||
XSLTDIR = $(DATADIR)/subsurface
|
XSLTDIR = $(DATADIR)/subsurface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue