]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#644,!370] Makefile fixes
authorTomek Mrugalski <tomasz@isc.org>
Thu, 18 Jul 2019 09:18:05 +0000 (11:18 +0200)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 30 Jul 2019 08:45:13 +0000 (10:45 +0200)
doc/Makefile.am
doc/sphinx/Makefile.am

index f1222e332066acd26c7508f748217249f51b1de4..64a99fbc164466998307ab7ac4d5ae58f8d2a130 100644 (file)
@@ -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
index a1a3c895e1776d629ae3f82bc03d1b6d9664e433..6fd6f8874e6778c1cc42af6fc4829955ce0fac05 100644 (file)
@@ -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)