mirror of https://github.com/OISF/suricata
doc: hook sphinx into build
parent
5e76a54714
commit
6eedd0068b
@ -0,0 +1 @@
|
|||||||
|
_build
|
@ -0,0 +1,12 @@
|
|||||||
|
if HAVE_SPHINXBUILD
|
||||||
|
man1_MANS = _build/man/suricata.1
|
||||||
|
|
||||||
|
html:
|
||||||
|
$(MAKE) -f Makefile.sphinx html
|
||||||
|
|
||||||
|
_build/man/suricata.1:
|
||||||
|
$(MAKE) -f Makefile.sphinx man
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf $(top_builddir)/doc/userguide/_build
|
||||||
|
endif
|
Loading…
Reference in New Issue