summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-03-26 11:47:20 +0000
committerRichard Jones <rjones@redhat.com>2010-03-26 11:47:53 +0000
commit6be76b4560d30b8173a98c7c5555b2e4de57f6d9 (patch)
treee00ebf894a8bc3900e8be2a3ce02096fcec86ad9 /sh
parent8993116eec9b213a86a1b4d1defa94830a106818 (diff)
downloadhivex-6be76b4560d30b8173a98c7c5555b2e4de57f6d9.tar.gz
hivex-6be76b4560d30b8173a98c7c5555b2e4de57f6d9.tar.xz
hivex-6be76b4560d30b8173a98c7c5555b2e4de57f6d9.zip
hivexsh: Fix building of HTML-format manpages.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile.am b/sh/Makefile.am
index b91ecd3..e085b3d 100644
--- a/sh/Makefile.am
+++ b/sh/Makefile.am
@@ -70,7 +70,7 @@ $(top_builddir)/html/hivexget.1.html: hivexget.pod
--css 'pod.css' \
--htmldir html \
--outfile html/hivexget.1.html \
- lib/hivexget.pod
+ sh/hivexget.pod
$(top_builddir)/html/hivexsh.1.html: hivexsh.pod
mkdir -p $(top_builddir)/html
@@ -78,4 +78,4 @@ $(top_builddir)/html/hivexsh.1.html: hivexsh.pod
--css 'pod.css' \
--htmldir html \
--outfile html/hivexsh.1.html \
- lib/hivexsh.pod
+ sh/hivexsh.pod