summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2020-01-24 14:37:24 +0100
committerJan Hak <jan.hak@nic.cz>2020-02-19 15:18:32 +0100
commita71174f4f2b5b88af97beca10825696c48514359 (patch)
tree54e3bf3e067552082482b4e1e68ca2c3d61f5521 /Makefile.am
parentnameserver: set also AA bit in error reply if qdata->err_truncated is active ... (diff)
downloadknot-a71174f4f2b5b88af97beca10825696c48514359.tar.xz
knot-a71174f4f2b5b88af97beca10825696c48514359.zip
doc: added EPUB target into Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b97a74bc9..3dfec711e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src tests tests-fuzz python samples distro doc
-.PHONY: singlehtml install-singlehtml
-singlehtml install-singlehtml:
+.PHONY: singlehtml epub install-singlehtml install-epub
+singlehtml install-singlehtml epub install-epub:
$(MAKE) -C doc $@
.PHONY: check-compile