Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
e9970dfa
Commit
e9970dfa
authored
Oct 21, 2015
by
Curd Becker
Browse files
fixing building of the documentation
parent
a891d68b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
e9970dfa
...
...
@@ -5,8 +5,8 @@ bibliography.texi localsettings.texi
all
:
pintos.html pintos.info pintos.dvi pintos.ps pintos.pdf
pintos.html
:
$(TEXIS)
texi2html
./
texi2html
-toc_file
=
$@
-split
=
chapter
-nosec_nav
-nomenu
-init_file
pintos-t2h.init
$<
pintos.html
:
$(TEXIS)
texi2html
-toc_file
=
$@
-split
=
chapter
-nosec_nav
-nomenu
-init_file
pintos-t2h.init
$<
pintos.info
:
$(TEXIS)
makeinfo
$<
...
...
doc/standards.texi
View file @
e9970dfa
...
...
@@ -151,7 +151,7 @@ A few of the string functions declared in the standard
The worst offenders are intentionally not included in the Pintos C
library:
@table @
func
@table @
code
@item strcpy
When used carelessly this function can overflow the buffer reserved
for its output string. Use @func{strlcpy} instead. Refer to
...
...
doc/texi2html
deleted
100755 → 0
View file @
a891d68b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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