From 7fc34c8e0e58963694c1dae4a7fa960818ae3ded Mon Sep 17 00:00:00 2001 From: Steven Murdoch Date: Sun, 22 Mar 2009 12:21:30 +0000 Subject: When generating full/bibtex.html, reference the correct CSS files svn:r317 --- writeHTML.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'writeHTML.py') diff --git a/writeHTML.py b/writeHTML.py index 6855ade..d03d76e 100755 --- a/writeHTML.py +++ b/writeHTML.py @@ -199,10 +199,17 @@ def writePageSet(config, bib, tag): entries = [ (ent.key, ent) for ent in entries ] entries.sort() entries = [ ent[1] for ent in entries ] + + ## Finding the root directory is done by writeHTML(), but + ## the BibTeX file doesn't use that, so repeat the code here + root = "../"*pathLength(config.TAG_DIRECTORIES[tag]) + if root == "": root = "." + header,footer = getTemplate(config.BIBTEX_TEMPLATE_FILE) f = open(os.path.join(outdir,"bibtex.html"), 'w') print >>f, header % { 'command_line' : "", - 'title': config.TAG_TITLES[tag] } + 'title': config.TAG_TITLES[tag], + 'root': root } for ent in entries: print >>f, ( ("%s" -- cgit v1.2.3-70-g09d2