diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 13:21:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-04 13:21:11 -0700 |
commit | 092a973f7c5ae55f67e4c87ee807852f186ec081 (patch) | |
tree | 16ab1834d47288f893cf2bb63197a8d438cd7652 /subsurface.pro | |
parent | 70235cb45cd8a80ca106c8a9940f9bb53f6fdca6 (diff) | |
download | subsurface-092a973f7c5ae55f67e4c87ee807852f186ec081.tar.gz |
Install README and Relnotes so they get included in installers
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 a8c1a3f9c..fe95731da 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -285,7 +285,7 @@ else: ICON = subsurface-icon.svg MANPAGE = subsurface.1 XSLT_FILES = xslt ICONS_FILES = icons -DOC_FILES = Documentation/images +DOC_FILES = Documentation/images README Releasenotes.txt for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Documentation/$$MANUAL THEME_FILES = theme MARBLEDIR = marbledata/maps marbledata/bitmaps |