|
From: <sv...@va...> - 2009-06-16 06:11:46
|
Author: njn Date: 2009-06-16 07:11:38 +0100 (Tue, 16 Jun 2009) New Revision: 10345 Log: Add some missing files. Modified: branches/BUILD_TWEAKS/Makefile.am branches/BUILD_TWEAKS/docs/xml/Makefile.am Modified: branches/BUILD_TWEAKS/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.am 2009-06-16 05:54:33 UTC (rev 10344) +++ branches/BUILD_TWEAKS/Makefile.am 2009-06-16 06:11:38 UTC (rev 10345) @@ -88,13 +88,16 @@ @PERL@ perf/vg_perf perf # Nb: no need to include any Makefile.am files here, or files included from -# them, as automake includes them automatically. +# them, as automake includes them automatically. Also not COPYING, README +# or NEWS. EXTRA_DIST = \ ACKNOWLEDGEMENTS \ + COPYING.DOCS \ README_DEVELOPERS \ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ - valgrind.spec.in valgrind.pc.in \ + valgrind.pc.in \ + valgrind.spec.in \ vg-in-place all-local: default.supp Modified: branches/BUILD_TWEAKS/docs/xml/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/docs/xml/Makefile.am 2009-06-16 05:54:33 UTC (rev 10344) +++ branches/BUILD_TWEAKS/docs/xml/Makefile.am 2009-06-16 06:11:38 UTC (rev 10345) @@ -3,10 +3,14 @@ dist-docs.xml \ index.xml \ licenses.xml \ - manual.xml manual-intro.xml manual-core.xml \ + manual.xml \ + manual-intro.xml \ + manual-core.xml \ + manual-core-adv.xml \ manual-writing-tools.xml\ + new-tech-docs.xml \ quick-start-guide.xml \ tech-docs.xml \ - new-tech-docs.xml \ + valgrind-manpage.xml \ vg-entities.xml \ xml_help.txt |