diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-11-29 18:56:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 18:56:21 +0100 |
commit | 1100326edbba7cea6aee266ad948401128bc26dd (patch) | |
tree | c81593f1f1b470d54f011bf8970770377f163278 /Makefile.am | |
parent | d3d9770b96de79e4b44d24f09782a9f0417025d5 (diff) |
Fix FAQ (#2186)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2a5d109c9..cf6e13d47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ rrdtool/Makefile.in rrdtool/README.txt rrdtool/rrd_anomaly.c rrdtool/rrd_similarity.c \ doc/requirements.txt doc/conf.py doc/flow_risks.rst doc/protocols.rst doc/guide/nDPI_QuickStartGuide.pages \ doc/guide/nDPI_QuickStartGuide.pdf doc/img/logo.png doc/index.rst \ - doc/Makefile doc/what_is_ndpi.rst \ + doc/Makefile doc/what_is_ndpi.rst doc/FAQ.md \ python/DEV_GUIDE.md python/dev_requirements.txt python/ndpi_example.py python/ndpi/__init__.py \ python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \ python/requirements.txt python/setup.py python/tests.py \ |