diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-07 13:54:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-07 13:55:22 -0700 |
commit | a22544f49a94c3a75a25f269126eda18fdee4f0a (patch) | |
tree | cb4a3edbc1636b1d4c6d3e140a74ded7ff00ccb4 /subsurface.pro | |
parent | 71291159993b6243ff22b7c49f36eba3a674c44b (diff) | |
download | subsurface-a22544f49a94c3a75a25f269126eda18fdee4f0a.tar.gz |
Include SupportedDivecomputers.txt with the bundled docs
After all, it's referenced in the ReleaseNotes.txt and the README
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 fe95731da..5031aca2f 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 README Releasenotes.txt +DOC_FILES = Documentation/images README Releasenotes.txt SupportedDivecomputers.txt for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Documentation/$$MANUAL THEME_FILES = theme MARBLEDIR = marbledata/maps marbledata/bitmaps |