mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
c95b63f309
commit
ccc74aefd3
@ -100,6 +100,7 @@ EXTRA_DIST = \
|
||||
README.s390 \
|
||||
README.android \
|
||||
README.mips \
|
||||
NEWS.old \
|
||||
valgrind.pc.in \
|
||||
valgrind.spec.in \
|
||||
valgrind.spec
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user