From 7aee193b57d9580e60e2d83abe297a8028d4505c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 30 Mar 2010 16:57:00 +0100 Subject: [PATCH] hivexml: Fix path so HTML documentation is generated correctly. --- xml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1