Move older news into its own file, NEWS.old, so as not to overrun TeX

default memory limits when building the PDF docs.  Fixes #304754.
(Mark Wielaard, mjw@redhat.com)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12863
This commit is contained in:
Julian Seward 2012-08-08 20:38:03 +00:00
parent c95b63f309
commit ccc74aefd3
5 changed files with 2013 additions and 2008 deletions

View File

@ -100,6 +100,7 @@ EXTRA_DIST = \
README.s390 \
README.android \
README.mips \
NEWS.old \
valgrind.pc.in \
valgrind.spec.in \
valgrind.spec

2006
NEWS

File diff suppressed because it is too large Load Diff

2003
NEWS.old Normal file

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,14 @@
<xi:include href="../../NEWS" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
</chapter>
<chapter id="dist.news.old" xreflabel="Old News">
<title>OLDER NEWS</title>
<literallayout>
<xi:include href="../../NEWS.old" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme" xreflabel="Readme">
<title>README</title>

View File

@ -36,7 +36,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed/
%files
%defattr(-,root,root)
%doc AUTHORS COPYING FAQ.txt NEWS README*
%doc AUTHORS COPYING FAQ.txt NEWS NEWS.old README*
%doc docs.installed/html/*.html docs.installed/html/images/*.png
%{_bindir}/*
%{_includedir}/valgrind