mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
remove remaining references to fig_copy.sh
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14579 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ce73aa2c4
commit
debd34424f
@ -21,7 +21,7 @@
|
||||
import os, sys
|
||||
|
||||
if len(sys.argv) != 3:
|
||||
print >> sys.stderr, "Usage: fig_copy.sh <from file> <to file>"
|
||||
print >> sys.stderr, "Usage: fig_copy.py <from file> <to file>"
|
||||
sys.exit(1)
|
||||
|
||||
if not os.path.isfile(sys.argv[1]):
|
||||
|
@ -105,7 +105,7 @@ public:
|
||||
|
||||
/** @c command should be of the form
|
||||
* <code>
|
||||
* sh $$s/scripts/fig_copy.sh $$i $$o $$l
|
||||
* python $$s/scripts/fig_copy.py $$i $$o $$l
|
||||
* </code>
|
||||
* where $$s is a placeholder for the lyx support directory,
|
||||
* $$i is a placeholder for the name of the file to be moved,
|
||||
|
Loading…
Reference in New Issue
Block a user