From: Richard Jones Date: Fri, 26 Mar 2010 11:47:20 +0000 (+0000) Subject: hivexsh: Fix building of HTML-format manpages. X-Git-Tag: 1.2.1~11 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6be76b4560d30b8173a98c7c5555b2e4de57f6d9;hp=8993116eec9b213a86a1b4d1defa94830a106818;p=hivex.git hivexsh: Fix building of HTML-format manpages. --- 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