From 8bb8a921d40553602f8d72f0f3841f8f9aae9ff6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Aug 2011 10:43:47 +0100 Subject: [PATCH] hivex(3): Fix link to CSS. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 12f415a..4cc948e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -57,7 +57,7 @@ noinst_DATA = \ $(top_builddir)/html/hivex.3.html: hivex.pod mkdir -p $(top_builddir)/html pod2html \ - --css $(top_srcdir)/css/pod.css \ + --css pod.css \ --htmldir $(top_builddir)/html \ --outfile $(top_builddir)/html/hivex.3.html \ $< -- 1.8.3.1