From: Richard W.M. Jones Date: Mon, 15 Aug 2011 09:43:47 +0000 (+0100) Subject: hivex(3): Fix link to CSS. X-Git-Tag: 1.3.1~8 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=8bb8a921d40553602f8d72f0f3841f8f9aae9ff6;p=hivex.git hivex(3): Fix link to CSS. --- 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 \ $<