hivex(3): Fix link to CSS.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 09:43:47 +0000 (10:43 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Aug 2011 09:43:47 +0000 (10:43 +0100)
lib/Makefile.am

index 12f415a..4cc948e 100644 (file)
@@ -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 \
          $<