diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:21 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-16 16:33:21 +0200 |
commit | 6d36bb20f860c069631bc50dce7e332c80a54730 (patch) | |
tree | 3c93f2c8fe52626c61083812c728435252e59608 /doc/generate | |
parent | 246015cb71b7f0a599d1870185d73f2326adb911 (diff) | |
parent | a1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (diff) |
Update upstream source from tag 'upstream/3.25'
Update to upstream version '3.25'
with Debian dir ee1976ad65a32f96556b498dbf1b74cdefdfeda5
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 |