[Commits] [svn:einsteintoolkit] www/info/citing/ (Rev. 419)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Sat Nov 20 23:36:54 CST 2010
User: knarf
Date: 2010/11/20 11:36 PM
Modified:
/info/citing/
parse_citations.pl
Log:
fix tool path again
File Changes:
Directory: /info/citing/
========================
File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- info/citing/parse_citations.pl 2010-11-21 05:35:52 UTC (rev 418)
+++ info/citing/parse_citations.pl 2010-11-21 05:36:54 UTC (rev 419)
@@ -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("", `../../bibtex/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