]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/noweb2lyx.in
clean up french language handling
[lyx.git] / lib / reLyX / noweb2lyx.in
index 61586d84f1c36bb17f8e45eb6bede33b6f77290d..dea525da3ca2a45804e8632f56cf6549f56b71a2 100644 (file)
@@ -1,5 +1,5 @@
 #!@PERL@
-# 
+#
 # Copyright (C) 1999 Kayvan A. Sylvan <kayvan@sylvan.com>
 # You are free to use and modify this code under the terms of
 # the GNU General Public Licence version 2 or later.
@@ -8,11 +8,11 @@
 #   Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
 #   Amir Karger <karger@post.harvard.edu>
 #
-# $Id: noweb2lyx.in,v 1.2 2000/03/29 23:02:36 karger Exp $
+# $Id: noweb2lyx.in,v 1.3 2005/06/09 09:58:02 leeming Exp $
 #
 # NOTE: This file was automatically generated from noweb2lyx.lyx using noweb.
 #
-&usage() if ($#ARGV < 1); # zero or one argument 
+&usage() if ($#ARGV < 1); # zero or one argument
 if ($ARGV[0] eq "-pre") {
   &usage unless ($#ARGV == 2);
   $input_file = $ARGV[1]; $output_file = $ARGV[2]; $pre_only = 1;
@@ -123,7 +123,7 @@ if (!$pre_only) {
       next line;
     }
     print OUTPUT; # default
-  } 
+  }
   close(INPUT);
   close(OUTPUT);
 }