diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 15:45:23 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 15:45:23 +0000 |
commit | 9f4e01f8055465ffe07138264dd7603b8c07edf6 (patch) | |
tree | 923f74a873f069f004a912e9245d69505a91ad8b /maintainer-scripts | |
parent | c1f81c8b9e6129692ce8e388e5ef5999ba6bf0dd (diff) | |
download | gcc-9f4e01f8055465ffe07138264dd7603b8c07edf6.tar.gz |
* update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220972 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/update_web_docs_svn | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 456a9138387..32b94765b1c 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,9 @@ 2015-02-25 Arnaud Charlet <charlet@adacore.com> + * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments. + +2015-02-25 Arnaud Charlet <charlet@adacore.com> + * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn 2015-02-06 David Malcolm <dmalcolm@redhat.com> diff --git a/maintainer-scripts/update_web_docs_svn b/maintainer-scripts/update_web_docs_svn index a32359e0ca4..1e620c8119c 100755 --- a/maintainer-scripts/update_web_docs_svn +++ b/maintainer-scripts/update_web_docs_svn @@ -107,10 +107,8 @@ else svn -q export $SVNROOT/tags/$RELEASE gcc fi -# Remove all unwanted files. This is needed (a) to build the Ada -# generator programs with the installed library, not the new one and -# (b) to avoid packaging all the sources instead of only documentation -# sources. +# Remove all unwanted files. This is needed to avoid packaging all the +# sources instead of only documentation sources. # Note that we have to preserve gcc/jit/docs since the jit docs are # not .texi files (Makefile, .rst and .png), and the jit docs use # include directives to pull in content from jit/jit-common.h and @@ -120,6 +118,7 @@ find gcc -type f \( -name '*.texi' \ -o -path gcc/gcc/doc/include/texinfo.tex \ -o -path gcc/gcc/BASE-VER \ -o -path gcc/gcc/DEV-PHASE \ + -o -path "gcc/gcc/ada/*.png" \ -o -path "gcc/gcc/jit/docs/*" \ -o -path "gcc/gcc/jit/jit-common.h" \ -o -path "gcc/gcc/jit/notes.txt" \ |