From fd5fa116f29d76269d90da78b6efa8cb2d6e6c07 Mon Sep 17 00:00:00 2001 From: lns <matzeton@googlemail.com> Date: Mon, 30 May 2022 00:32:31 +0200 Subject: Updated README.md * make check great again (not so much) * make doc/doc-view * CI updates Signed-off-by: lns <matzeton@googlemail.com> --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe9ccc27c..463c043c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,5 +21,12 @@ EXTRA_DIST = README.md README.nDPI README.fuzzer.md CHANGELOG.md CONTRIBUTING.md sonar-project.properties .github .ci-ignore .lgtm/cpp-queries/packet-payload-integer-arithmetic.ql lgtm.yml +.PHONY: doc doc-view +doc: + make -C doc html + +doc-view: + python3 -m http.server --bind 127.0.0.1 --directory doc/_build/html 8080 + changelog: git log --since={`curl -s https://github.com/ntop/ndpi/releases | grep datetime | head -n1 | egrep -o "[0-9]+\-[0-9]+\-[0-9]+"`} --name-only --pretty=format:" - %s" | grep "^ " > CHANGELOG.latest -- cgit v1.2.3