From 5e5338e76af4001e1b83fbbf80eb39bf6fa04c2e Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 18 Jul 2019 11:18:05 +0200 Subject: [PATCH] [#644,!370] Makefile fixes --- doc/Makefile.am | 4 ++-- doc/sphinx/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.47.2