diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2020-01-24 14:37:24 +0100 |
---|---|---|
committer | Jan Hak <jan.hak@nic.cz> | 2020-02-19 15:18:32 +0100 |
commit | a71174f4f2b5b88af97beca10825696c48514359 (patch) | |
tree | 54e3bf3e067552082482b4e1e68ca2c3d61f5521 /Makefile.am | |
parent | nameserver: set also AA bit in error reply if qdata->err_truncated is active ... (diff) | |
download | knot-a71174f4f2b5b88af97beca10825696c48514359.tar.xz knot-a71174f4f2b5b88af97beca10825696c48514359.zip |
doc: added EPUB target into Makefile
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |