From: Francis Dupont Date: Mon, 23 Jan 2017 22:56:37 +0000 (+0100) Subject: [master] Fixed system_messages path (cf github PR#33) X-Git-Tag: trac5119_base~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290f65dee821e0d0e24c76edab27d3e62cedff7c;p=thirdparty%2Fkea.git [master] Fixed system_messages path (cf github PR#33) --- diff --git a/doc/guide/Makefile.am b/doc/guide/Makefile.am index 561c142893..243726c59e 100644 --- a/doc/guide/Makefile.am +++ b/doc/guide/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = $(DOCBOOK) DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml kea-messages.xml: - $(top_srcdir)/tools/system_messages -o $@ \ + $(top_builddir)/tools/system_messages -o $@ \ `find $(top_srcdir) -name "*.mes" -print` # This is not a "man" manual, but reuse this for now for docbook.