git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdaa03b
)
hivex(3): Fix link to CSS.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 15 Aug 2011 09:43:47 +0000
(10:43 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 15 Aug 2011 09:43:47 +0000
(10:43 +0100)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
12f415a
..
4cc948e
100644
(file)
--- 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 \
$<