[Commits] [svn:einsteintoolkit] tools/trunk/bibtex/bib2xhtml-2.31/ (Rev. 23)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Aug 17 10:33:13 CDT 2011
User: knarf
Date: 2011/08/17 10:33 AM
Modified:
/trunk/bibtex/bib2xhtml-2.31/
bib2xhtml
Log:
look for bst files
File Changes:
Directory: /trunk/bibtex/bib2xhtml-2.31/
========================================
File [modified]: bib2xhtml
Delta lines: +4 -1
===================================================================
--- trunk/bibtex/bib2xhtml-2.31/bib2xhtml 2011-08-17 14:59:09 UTC (rev 22)
+++ trunk/bibtex/bib2xhtml-2.31/bib2xhtml 2011-08-17 15:33:12 UTC (rev 23)
@@ -47,7 +47,10 @@
@tmpfiles = ();
-$ENV{'BSTINPUTS'} = '/var/www/einstein/live/bibtex/bib2xhtml-2.31';
+if (-d "/var/www/einstein/live/bibtex/bib2xhtml-2.31") {
+ $ENV{'BSTINPUTS'} = '/var/www/einstein/live/bibtex/bib2xhtml-2.31'; }
+if (-d "/home/knarf/codes/svn.einsteintoolkit.org/www/bibtex") {
+ $ENV{'BSTINPUTS'} = '/home/knarf/codes/svn.einsteintoolkit.org/www/bibtex/bib2xhtml-2.31'; }
sub usage {
$program = $0;
More information about the Commits
mailing list