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
b4e3abb0
Commit
b4e3abb0
authored
Jan 26, 2012
by
Guillaume Lazzara
Browse files
build-aux/texi2dvi: Fix Dash incompatibility.
parent
f41aa120
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b4e3abb0
2012-01-30 Guillaume Lazzara <z@lrde.epita.fr>
* build-aux/texi2dvi: Fix Dash incompatibility.
2012-02-27 Guillaume Lazzara <z@lrde.epita.fr>
Improve main documentation.
...
...
build-aux/texi2dvi
View file @
b4e3abb0
...
...
@@ -709,7 +709,7 @@ move_to_dest ()
false
:
*
)
destfile
=
$oname
destdir
=
`
dirname
"
$destfile
"
`
;;
esac
# We want to compare the source location and the output location,
# and if they are different, do the move. But if they are the
# same, we must preserve the source. Since we can't assume
...
...
@@ -1717,7 +1717,7 @@ while test x"$1" != x"$arg_sep"; do
-r
|
--recode
)
recode
=
true
;;
--recode-from
)
shift
;
recode
=
true
;
recode_from
=
"
$1
"
;;
--src-specials
)
src_specials
=
--src-specials
;;
--shell-escape
)
shell_escape
=
--shell-escape
;;
--shell-escape
)
shell_escape
=
--shell-escape
;;
--tex4ht
)
latex2html
=
tex4ht
;;
-t
|
--texinfo
|
--command
)
shift
;
textra
=
"
$textra
\\
"
`
echo
"
$1
"
|
sed
's/\\\\/\\\\\\\\/g'
`
;;
...
...
@@ -1819,12 +1819,12 @@ fi
# Enable tracing, and auxiliary tools output.
#
#
# This fd should be used where you'd typically use /dev/null to throw
# output away. But sometimes it is convenient to see that output (e.g.,
# from a grep) to aid debugging. Especially debugging at distance, via
# the user.
#
#
if
$debug
;
then
exec
6>&1
set
-vx
...
...
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