From: Tomek Mrugalski Date: Thu, 18 Jul 2019 09:18:05 +0000 (+0200) Subject: [#644,!370] Makefile fixes X-Git-Tag: Kea-1.6.1~10^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5338e76af4001e1b83fbbf80eb39bf6fa04c2e;p=thirdparty%2Fkea.git [#644,!370] Makefile fixes --- diff --git a/doc/Makefile.am b/doc/Makefile.am index f1222e3320..64a99fbc16 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS = devel sphinx +SUBDIRS = sphinx devel -EXTRA_DIST += images/kea-logo-100x70.png +EXTRA_DIST = images/kea-logo-100x70.png nobase_dist_doc_DATA = examples/agent/comments.json nobase_dist_doc_DATA += examples/agent/simple.json diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index a1a3c895e1..6fd6f8874e 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -108,7 +108,7 @@ mes_files+=$(top_srcdir)/src/bin/netconf/netconf_messages.mes endif -all: pdf html mans +all: html mans pdf kea-messages.rst: $(mes_files) system_messages.py $(srcdir)/system_messages.py -o $@ $(mes_files)