diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:18 +0200 |
commit | a1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (patch) | |
tree | f99686bfde6b647ee0e61ae1ccb0e1c9d6ca00b5 /doc/generate | |
parent | 9ab517d65bbe24869c2c449a52eb17f572d1ac8d (diff) |
New upstream version 3.25upstream/3.25
Diffstat (limited to 'doc/generate')
-rwxr-xr-x | doc/generate | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/generate b/doc/generate index ed3b8aa..3fd48cf 100755 --- a/doc/generate +++ b/doc/generate @@ -3,4 +3,17 @@ if [ -z "$srcdir" ]; then srcdir="."; fi; -exec lyx -e pdf2 "$srcdir/libHX_Documentation.lyx"; +rm -f libHX_Documentation.pdf +lyx -e pdf2 "$srcdir/libHX_Documentation.lyx" || : +# lyx-2.3.2 does not work with texlive-babel-2017.135.3 +# """ +# Package babel Error: You haven't specified a language option. +# ...ry to proceed from here, type x to quit.) +# +# You need to specify a language, either as a global option +# or as an optional argument to the \usepackage command; +# You shouldn't try to proceed form here, type x to quit. +# """ +# babel you so stupid for breaking backward comapt. + +test -e libHX_Documentation.pdf |