summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-17 12:45:45 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-17 12:45:45 -0800
commitb9d146bab37db1fe9f95828ff314fdd89bf818a8 (patch)
tree091ff772f5b8feb693d8b336e8d337e0b5849ea8
parent6263857f74a3307122050bc7af43bf234865df03 (diff)
downloadsubsurface-b9d146bab37db1fe9f95828ff314fdd89bf818a8.tar.gz
Fix more references to the ReleaseNotes
This should be all of them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ubuntu/debian/docs2
-rwxr-xr-xpackaging/ubuntu/debian/rules2
-rwxr-xr-xscripts/check-version2
3 files changed, 3 insertions, 3 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/
diff --git a/scripts/check-version b/scripts/check-version
index 24f90af79..1770ba5f4 100755
--- a/scripts/check-version
+++ b/scripts/check-version
@@ -15,7 +15,7 @@ set -eu
#set -x
# You would typically add/remove files to/from the list
-files="Documentation/user-manual.txt Makefile README ReleaseNotes.txt"
+files="Documentation/user-manual.txt Makefile README ReleaseNotes/ReleaseNotes.txt"
whine() {
echo "$0: $*" >&2