diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-17 11:30:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-17 11:30:18 -0800 |
commit | 759b29bab88fb989bf515626456e97bd3c239b88 (patch) | |
tree | d59bdcbf257ba912de4c8b3d2f20e19d9700b1dd | |
parent | fb500f70564c81bfc3012c64b88390679aa2b297 (diff) | |
download | subsurface-759b29bab88fb989bf515626456e97bd3c239b88.tar.gz |
Update install target to reflect new location of ReleaseNotes.txt
I considered doing a plane text only version of the ReleaseNotes, but that
seemed somewhat silly. The asciidoc source is really easy to read.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 4e5e9a5d9..fb23b8ea4 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -327,7 +327,7 @@ else: ICON = subsurface-icon.svg MANPAGE = subsurface.1 XSLT_FILES = xslt ICONS_FILES = icons -DOC_FILES = Documentation/images README Releasenotes.txt SupportedDivecomputers.txt +DOC_FILES = Documentation/images README ReleaseNotes/ReleaseNotes.txt SupportedDivecomputers.txt for(MANUAL,USERMANUALS) DOC_FILES += $$OUT_PWD/Documentation/$$MANUAL THEME_FILES = theme MARBLEDIR = marbledata/maps marbledata/bitmaps |