diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-17 12:45:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-17 12:45:45 -0800 |
commit | b9d146bab37db1fe9f95828ff314fdd89bf818a8 (patch) | |
tree | 091ff772f5b8feb693d8b336e8d337e0b5849ea8 /packaging/ubuntu | |
parent | 6263857f74a3307122050bc7af43bf234865df03 (diff) | |
download | subsurface-b9d146bab37db1fe9f95828ff314fdd89bf818a8.tar.gz |
Fix more references to the ReleaseNotes
This should be all of them.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu')
-rw-r--r-- | packaging/ubuntu/debian/docs | 2 | ||||
-rwxr-xr-x | packaging/ubuntu/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ubuntu/debian/docs b/packaging/ubuntu/debian/docs index 40dc76e3f..ea4f1cc14 100644 --- a/packaging/ubuntu/debian/docs +++ b/packaging/ubuntu/debian/docs @@ -2,6 +2,6 @@ gpl-2.0.txt README Readme.testing Readme.ubuntu -ReleaseNotes.txt +ReleaseNotes/ReleaseNotes.txt SupportedDivecomputers.txt TODO.CCR diff --git a/packaging/ubuntu/debian/rules b/packaging/ubuntu/debian/rules index 61799c31b..db893cd23 100755 --- a/packaging/ubuntu/debian/rules +++ b/packaging/ubuntu/debian/rules @@ -35,7 +35,7 @@ override_dh_auto_configure: override_dh_installchangelogs: dh_installchangelogs - dh_installchangelogs ReleaseNotes.txt + dh_installchangelogs ReleaseNotes/ReleaseNotes.txt txt2html Documentation/user-manual.txt > Documentation/user-manual.html mkdir -p debian/subsurface/usr/share/doc/subsurface cp Documentation/user-manual.txt debian/subsurface/usr/share/doc/subsurface/ |