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
4d42a8ae
Commit
4d42a8ae
authored
Oct 29, 2001
by
Joseph Myers
Committed by
Joseph Myers
Oct 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update_web_docs: Generate libiberty and gnat-style manuals.
From-SVN: r46601
parent
d2574c50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/update_web_docs
+2
-1
No files found.
maintainer-scripts/ChangeLog
View file @
4d42a8ae
2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
* update_web_docs: Generate libiberty and gnat-style manuals.
2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc_release: Build snapshots from mainline. Generate Ada and
* gcc_release: Build snapshots from mainline. Generate Ada and
...
...
maintainer-scripts/update_web_docs
View file @
4d42a8ae
...
@@ -95,7 +95,8 @@ mv `find . -name \*.texi -print` .
...
@@ -95,7 +95,8 @@ mv `find . -name \*.texi -print` .
mv
`
find
.
-name
\*
.tex
-print
`
.
mv
`
find
.
-name
\*
.tex
-print
`
.
# Now convert the relevant files from texi to HTML and PostScript.
# Now convert the relevant files from texi to HTML and PostScript.
for
file
in
cpp chill cppinternals gcc gcj g77 objc-features porting
;
do
for
file
in
cpp chill cppinternals gcc gcj g77 gnat-style libiberty
\
objc-features porting
;
do
if
[
-e
${
file
}
.texi
]
;
then
if
[
-e
${
file
}
.texi
]
;
then
/usr/local/bin/texi2html
-glossary
-menu
-split_chapter
${
file
}
.texi
/usr/local/bin/texi2html
-glossary
-menu
-split_chapter
${
file
}
.texi
texi2dvi
${
file
}
.texi </dev/null
&&
dvips
-o
${
file
}
.ps
${
file
}
.dvi
texi2dvi
${
file
}
.texi </dev/null
&&
dvips
-o
${
file
}
.ps
${
file
}
.dvi
...
...
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