hivexsh: Fix building of HTML-format manpages.
authorRichard Jones <rjones@redhat.com>
Fri, 26 Mar 2010 11:47:20 +0000 (11:47 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 26 Mar 2010 11:47:53 +0000 (11:47 +0000)
sh/Makefile.am

index b91ecd3..e085b3d 100644 (file)
@@ -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