diff options
author | Joakim Bygdell <narogh@Qutie.local> | 2014-06-07 16:01:47 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-07 07:38:31 -0700 |
commit | 4d8d0e339ea9de2b970d32a78376de41f4b69124 (patch) | |
tree | 475c239eb700eeacbd8d084c38c6525d8dffb622 /subsurface.pro | |
parent | a38e476beebc2e5d05213abca545d6bac20b246c (diff) | |
download | subsurface-4d8d0e339ea9de2b970d32a78376de41f4b69124.tar.gz |
Typo in subsurface.pro prevents a clean build on Mac.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 445d7b75a..d50679ea2 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -259,7 +259,7 @@ MANPAGE = subsurface.1 XSLT_FILES = xslt ICONS_FILES = icons DOC_FILES = Documentation/images -for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Docuementation/$$MANUAL +for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Documentation/$$MANUAL THEME_FILES = theme MARBLEDIR = marbledata/maps marbledata/bitmaps |