summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-15 10:43:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-15 10:43:47 +0100
commit8bb8a921d40553602f8d72f0f3841f8f9aae9ff6 (patch)
treef2ee5433f041550600fa039b2ac4f437a75418fd
parentcdaa03b74838837bcd8c986dee1f579def114179 (diff)
downloadhivex-8bb8a921d40553602f8d72f0f3841f8f9aae9ff6.tar.gz
hivex-8bb8a921d40553602f8d72f0f3841f8f9aae9ff6.tar.xz
hivex-8bb8a921d40553602f8d72f0f3841f8f9aae9ff6.zip
hivex(3): Fix link to CSS.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \
$<