Merge branch 'master' of ssh://git.exim.org/home/git/exim
authorTodd Lyons <tlyons@exim.org>
Thu, 3 Oct 2013 23:11:04 +0000 (16:11 -0700)
committerTodd Lyons <tlyons@exim.org>
Thu, 3 Oct 2013 23:11:04 +0000 (16:11 -0700)
release-process/scripts/mk_exim_release.pl

index d29770d2745d7d7c0e70c58e2ff60da0a6b39bc7..395cdd2b0eae6043dd3aa0d6ff603d83c3ce0577 100755 (executable)
@@ -191,7 +191,8 @@ sub build_documentation {
     my $context = shift;
 
     my $docdir = File::Spec->catdir( $context->{release_tree}, 'doc', 'doc-docbook' );
-    system("cd '$docdir' && ./OS-Fixups && make EXIM_VER=$context->{release} everything") == 0
+    # documentation building gets the truncated release, without RC
+    system("cd '$docdir' && ./OS-Fixups && make EXIM_VER=$context->{trelease} everything") == 0
       || croak "Doc build failed";
 
     copy_docbook_files($context);