]> git.lyx.org Git - features.git/commitdiff
remove remaining references to fig_copy.sh
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Aug 2006 21:12:50 +0000 (21:12 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Aug 2006 21:12:50 +0000 (21:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14579 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/fig_copy.py
src/mover.h

index 4eb58e05e634dfea2da89cd3ffcfeb233e68c4e0..16ae154a4ea1c3403b86be8fa67638d35deedc8a 100644 (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]):
index 04e016641ca42ba3cee4873de08fdab8c3e4467a..a2af0f723a2c9903fe316f40713a3f5330cd3128 100644 (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,