]> git.lyx.org Git - lyx.git/commit
Do not use needauth when only exporting code
authorScott Kostyshak <skostysh@lyx.org>
Mon, 30 Apr 2018 00:06:16 +0000 (20:06 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 6 May 2018 23:50:55 +0000 (19:50 -0400)
commit532d3600f20f889f3529bd111bddaf1b6c21eec0
tree713b778571a434f1144d40cb126e4655818fa4a1
parentffeac12a86bc54db5fdf5659f9300a47e1b2eabb
Do not use needauth when only exporting code

We have a couple of converters (using Sweave and knitr to "tangle"
an intermediate file) that are used for exporting code chunks
contained in a .lyx file. Since the code is just exported to a text
file and is not executed, needauth is not necessary.

(cherry picked from commit 065e37e96ff37dd891e47aede84258fd9adf23cf)
lib/configure.py
status.23x