From 6be76b4560d30b8173a98c7c5555b2e4de57f6d9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 26 Mar 2010 11:47:20 +0000 Subject: [PATCH] hivexsh: Fix building of HTML-format manpages. --- sh/Makefile.am | 4 ++-- 1 file 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 -- 1.8.3.1