Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8200e6f1
Commit
8200e6f1
authored
Feb 25, 2015
by
Arnaud Charlet
Committed by
Arnaud Charlet
Feb 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
From-SVN: r220972
parent
05deba9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/update_web_docs_svn
+3
-4
No files found.
maintainer-scripts/ChangeLog
View file @
8200e6f1
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>
...
...
maintainer-scripts/update_web_docs_svn
View file @
8200e6f1
...
...
@@ -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"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment