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:
Jean-Marc Lasgouttes 2006-08-08 21:12:50 +00:00
parent 0ce73aa2c4
commit debd34424f
2 changed files with 2 additions and 2 deletions

View File

@ -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]):

View File

@ -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,