[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1741-gff8c
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1741-gff8c03c |
Date: |
Sat, 16 Oct 2010 20:50:13 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via ff8c03cab4995de8e261891b63d6a84eae1b880d (commit)
via af0a4711a0421f49c4d69cdffbdeae6572eb8d48 (commit)
from b629a618056b7c3b55b1768f4cf138529f20016f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff8c03cab4995de8e261891b63d6a84eae1b880d
Author: Ben Pfaff <address@hidden>
Date: Sat Oct 16 13:49:57 2010 -0700
Increment version number to 0.7.6 for translationproject.org.
commit af0a4711a0421f49c4d69cdffbdeae6572eb8d48
Author: Ben Pfaff <address@hidden>
Date: Sat Oct 16 13:49:37 2010 -0700
doc: Always build ni.texi, tut.texi in source directory.
When the source and build directories are different, ni.texi and tut.texi
were being built in the build directory. This meant that, since
$(builddir)/doc is not in the TeX search path, but $(builddir) is (because
it is the working directory when TeX is invoked), the @include commands
that include ni.texi and tut.texi had to specify doc/ explicitly.
However, doing that broke the case where the source and build directories
were different but ni.texi or tut.texi were in the source directory (which
happens when building from a tarball or, similarly, running "make
distcheck"), because $(top_srcdir) is not in the TeX search path (only
$(top_srcdir)/doc is).
The easiest solution appears to be to always make sure that ni.texi and
tut.texi are in the source directory. Then they are always in the TeX
search path (as long as we drop the doc/ prefix) and everything should
work out OK.
Reported by Michel Boaventura <address@hidden>.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
configure.ac | 2 +-
doc/automake.mk | 4 ++--
doc/not-implemented.texi | 2 +-
doc/tutorial.texi | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1741-gff8c03c,
Ben Pfaff <=