summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Félix Rezende Ribeiro <oitofelix@gnu.org>2015-03-12 23:54:48 -0300
committerBruno Félix Rezende Ribeiro <oitofelix@gnu.org>2015-03-12 23:54:48 -0300
commit24bb31a733f10000231fce57ed69221145ca085e (patch)
tree26f053964d23be96b7d7f8e3e2a89aa2f196c736
parenta7974e84cd3fb73a588f623b8751ab2cecc02281 (diff)
downloadccd2cue-24bb31a733f10000231fce57ed69221145ca085e.tar.gz
Fix error in homepage's version of the announcement message where the
license of code and documentation were mistakenly shown.
-rw-r--r--doc/release/ANNOUNCEMENT.texi1
-rw-r--r--doc/release/description.texi4
-rw-r--r--doc/release/latest-news.texi2
3 files changed, 6 insertions, 1 deletions
diff --git a/doc/release/ANNOUNCEMENT.texi b/doc/release/ANNOUNCEMENT.texi
index 0b39891..cbf326a 100644
--- a/doc/release/ANNOUNCEMENT.texi
+++ b/doc/release/ANNOUNCEMENT.texi
@@ -25,6 +25,7 @@
@end ifclear
@include release.texi
@c %**end of header
+@set announcement
diff --git a/doc/release/description.texi b/doc/release/description.texi
index 7103a60..1ccefa9 100644
--- a/doc/release/description.texi
+++ b/doc/release/description.texi
@@ -25,6 +25,7 @@ optical disc data laid out by CCD sheets in a whole/holy free
operating system.
@ifset homepage
+@ifclear announcement
@multitable {} {}
@item @image{images/gpl} @tab
@emph{The GNU ccd2cue software is free software}; you can redistribute
@@ -33,6 +34,7 @@ it and/or modify it under the terms of the GNU
published by the @acronym{FSF, Free Software Foundation}; either
version 3, or (at your option) any later version.
@end multitable
+@end ifclear
@end ifset
The GNU ccd2cue documentation is also intended to be a reference
@@ -46,6 +48,7 @@ free documentation license for the sake of the whole free software
community.
@ifset homepage
+@ifclear announcement
@multitable {} {}
@item @image{images/fdl} @tab
@emph{The GNU ccd2cue documentation is free documentation}; you can
@@ -54,4 +57,5 @@ redistribute it and/or modify it under the terms of the GNU
as published by the FSF --- with no Invariant Sections; either version
1.3, or (at your option) any later version.
@end multitable
+@end ifclear
@end ifset
diff --git a/doc/release/latest-news.texi b/doc/release/latest-news.texi
index 96fd68d..fc6134e 100644
--- a/doc/release/latest-news.texi
+++ b/doc/release/latest-news.texi
@@ -51,7 +51,7 @@ single point of maintenance.
Package meta-information, as release date and build system version,
automatically generated at configuration time.
@item
-Announcement message in user's manual.
+Announcement message in user's manual and homepage.
@item
Make target @code{distdir} can be made when top-level documentation
files are missing.