From 06f4ed5de828a03f16d66406572c7f389703b98b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 4 Feb 2012 21:13:19 +0100
Subject: [PATCH] Tools.Standalone.git_export_autodoc: Fixed name for modref
 css file.

---
 lib/modules/Tools.pmod/Standalone.pmod/git_export_autodoc.pike | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/Tools.pmod/Standalone.pmod/git_export_autodoc.pike b/lib/modules/Tools.pmod/Standalone.pmod/git_export_autodoc.pike
index 02089679ca..379f71d131 100644
--- a/lib/modules/Tools.pmod/Standalone.pmod/git_export_autodoc.pike
+++ b/lib/modules/Tools.pmod/Standalone.pmod/git_export_autodoc.pike
@@ -517,7 +517,7 @@ void assemble_autodoc(mapping(string:array(string)) src_commit)
 {
   exporter->export(combine_path(refdocdir, "src_images"), "images");
   exporter->export(combine_path(refdocdir, "structure/modref.css"),
-		   "modref/modref.css");
+		   "modref/style.css");
   if (verbose) {
     progress("Assembling... ");
   }
-- 
GitLab