summaryrefslogtreecommitdiffstats
path: root/subsurface-install.pri
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-17 10:11:20 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-17 10:13:04 -0800
commit1e443eb78b2c26532d41be19557dcedaa242b12f (patch)
tree67cee65555a828d280b901baf5ef6a78c208e2c8 /subsurface-install.pri
parent33668ffd3501f9e80af9e7260bc98970fa5b8900 (diff)
downloadsubsurface-1e443eb78b2c26532d41be19557dcedaa242b12f.tar.gz
Fix broken Linux install
In commit ca8aee4701f9 ("Move the XSLT files into a Qt resource") we removed a line from the .pri file without removing the trailing '\' from the previous line which caused the following line to be consumed by the assignment - and the dummy target not being added to the EXTRA_TARGETS... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r--subsurface-install.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri
index 1a29d0f3a..26f9d509b 100644
--- a/subsurface-install.pri
+++ b/subsurface-install.pri
@@ -129,7 +129,8 @@ BINDIR = $(prefix)/bin$${nl}\
DATADIR = $(prefix)/share$${nl}\
DOCDIR = $(DATADIR)/subsurface/Documentation$${nl}\
DESKTOPDIR = $(DATADIR)/applications$${nl}\
-MANDIR = $(DATADIR)/man/man1$${nl}\
+MANDIR = $(DATADIR)/man/man1$${nl}
+
QMAKE_EXTRA_TARGETS += dummy
WINDOWSSTAGING = ./packaging/windows