X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FreLyX%2FreLyXmain.pl;h=4db42ceb657fb783442f336c2626fb2caed04d4f;hb=fe154c1d62fae758d9cebf85992297f740201881;hp=0766aee67f72aaa2a20c2da9be2f45ffd3aa75a1;hpb=1993a83b41f4fc532f18e788d6fc67156ce744b9;p=lyx.git diff --git a/lib/reLyX/reLyXmain.pl b/lib/reLyX/reLyXmain.pl index 0766aee67f..4db42ceb65 100644 --- a/lib/reLyX/reLyXmain.pl +++ b/lib/reLyX/reLyXmain.pl @@ -8,7 +8,7 @@ # # This code usually gets called by the reLyX wrapper executable # -# $Id: reLyXmain.pl,v 1.3 2000/06/06 10:32:10 lasgouttes Exp $ +# $Id: reLyXmain.pl,v 1.4 2001/08/31 07:54:05 jamatos Exp $ # require 5.002; # Perl 5.001 doesn't work. Perl 4 REALLY doesn't work. @@ -65,7 +65,7 @@ BEGIN{$Success = 0} # # Print welcome message including version info -my $version_info = '$Date: 2000/06/06 10:32:10 $'; # RCS puts checkin date here +my $version_info = '$Date: 2001/08/31 07:54:05 $'; # RCS puts checkin date here $version_info =~ s&.*?(\d+/\d+/\d+).*&$1&; # take out just the date info warn "reLyX, the LaTeX to LyX translator. Revision date $version_info\n\n"; @@ -94,7 +94,7 @@ my $Usage_Long = $Usage_Short . <<"ENDLONGUSAGE"; -o output all LyX files to directory "outputdir" Otherwise, LyX file is created in directory the LaTeX file is in -p translate LaTeX fragments or include files (requires -c) - I.e., files without \documentclass commands + I.e., files without \\documentclass commands -r give reLyX a (list of) regular environment(s) -s give reLyX a (list of) additional syntax file(s) to read