[Commits] [svn:einsteintoolkit] www/info/citing/ (Rev. 418)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Sat Nov 20 23:35:52 CST 2010


User: knarf
Date: 2010/11/20 11:35 PM

Modified:
 /info/citing/
  parse_citations.pl

Log:
 fix tool path

File Changes:

Directory: /info/citing/
========================

File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- info/citing/parse_citations.pl	2010-11-21 05:33:21 UTC (rev 417)
+++ info/citing/parse_citations.pl	2010-11-21 05:35:52 UTC (rev 418)
@@ -10,7 +10,7 @@
 # get bibtex key list
 my $keys = `$command --showkey=required-for`;
 # generate preliminary html
-my $html = join("", `bib2xhtml -u -s unsortlist $tmpfile`);
+my $html = join("", `../../bib2xhtml -u -s unsortlist $tmpfile`);
 unlink($tmpfile);
 # strip html frame from list
 $html=~s/.*(<!-- BEGIN BIB)/$1/s;



More information about the Commits mailing list