Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
3fac2c7d
Commit
3fac2c7d
authored
Mar 17, 2010
by
Roland Levillain
Browse files
bootstrap: Don't remove the automatically collected temp dir.
parent
3e079f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3fac2c7d
2010-03-17 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Don't remove the automatically collected temp dir.
2010-03-17 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Regen the list of outputs of the documentation.
...
...
bootstrap
View file @
3fac2c7d
...
...
@@ -134,6 +134,7 @@ require convert 6.3.7
# Check for TeX4ht. htlatex and friends do not have options like
# `--version', `-version', `-v', etc. Hence this ad hoc procedure.
tempdir
=
`
mktemp
-d
`
# Set up automatic cleanup.
cleanup
()
{
rm
-rf
"
$tempdir
"
;
exit
;
}
trap
cleanup 0 1 2 3 6 15
(
...
...
@@ -146,8 +147,7 @@ trap cleanup 0 1 2 3 6 15
EOF
htlatex
>
/dev/null 2>&1 test.tex
||
fatal
"TeX4ht is required"
)
rm
-rf
"
$tempdir
"
# dvipnh is required by TeX4ht.
# dvipng is required by TeX4ht.
require dvipng 1.11
# Tell what's going on.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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