From: Richard Jones Date: Tue, 30 Mar 2010 15:57:00 +0000 (+0100) Subject: hivexml: Fix path so HTML documentation is generated correctly. X-Git-Tag: 1.2.1~2 X-Git-Url: http://git.annexia.org/?p=hivex.git;a=commitdiff_plain;h=7aee193b57d9580e60e2d83abe297a8028d4505c hivexml: Fix path so HTML documentation is generated correctly. --- diff --git a/xml/Makefile.am b/xml/Makefile.am index bc841e0..4d4b56b 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -50,4 +50,4 @@ $(top_builddir)/html/hivexml.1.html: hivexml.pod --css 'pod.css' \ --htmldir html \ --outfile html/hivexml.1.html \ - lib/hivexml.pod + xml/hivexml.pod