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
2b9e95d0
Commit
2b9e95d0
authored
Apr 01, 2007
by
Gerald Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert some changes inadvertently committed as part of the previous revision.
From-SVN: r123396
parent
c76d7eba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
maintainer-scripts/update_web_docs_svn
+6
-13
No files found.
maintainer-scripts/update_web_docs_svn
View file @
2b9e95d0
...
...
@@ -175,7 +175,7 @@ if test $today = 15; then
done
fi
#
Copy the resulting files to the web server.
#
And copy the resulting files to the web server
for
file
in
*
/
*
.html
*
.ps
*
.pdf
*
.tar
;
do
if
[
-f
$DOCSDIR
/
$file
]
;
then
cat
$DOCSDIR
/
$file
|
...
...
@@ -195,25 +195,18 @@ done
cd
$DOCSDIR
# And generate version-specific installation documentation.
SOURCEDIR
=
$WORKDIR
/gcc/gcc/doc
DESTDIR
=
$DOCSDOR
/install
export
SOURCEDIR
export
DESTDIR
$WORKDIR
/gcc/gcc/doc/install.texi2html
# Finally, generate the primary installation documentation.
# Finally, generate the installation documentation
if
[
"
$RELEASE
"
=
"trunk"
]
;
then
SOURCEDIR
=
$WORKDIR
/gcc/gcc/doc
DESTDIR
=
$WWWBASE_PREFORMATTED
/install
export
SOURCEDIR
export
DESTDIR
$WORKDIR
/gcc/gcc/doc/install.texi2html
fi
# Preprocess the entire web site, not just the install docs!
echo
"Invoking
$WWWPREPROCESS
"
$WWWPREPROCESS
|
grep
-v
'^ Warning: Keeping'
# Preprocess the entire web site, not just the install docs!
echo
"Invoking
$WWWPREPROCESS
"
$WWWPREPROCESS
|grep
-v
'^ Warning: Keeping'
fi
# Clean up behind us.
...
...
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