You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/Makefile.am

17 lines
384 B
Makefile

if HAVE_SPHINXBUILD
man1_MANS = _build/man/suricata.1
html:
sysconfdir=$(sysconfdir) \
localstatedir=$(localstatedir) \
sphinx-build -b html -d _build/doctrees . _build/html
_build/man/suricata.1:
sysconfdir=$(sysconfdir) \
localstatedir=$(localstatedir) \
sphinx-build -b man -d _build/doctrees . _build/man
clean-local:
rm -rf $(top_builddir)/doc/userguide/_build
endif