Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next/20220329/v3 #7187

Merged
merged 14 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Suricata settings as per
# doc/devguide/codebase/code-style.rst
# doc/userguide/devguide/codebase/code-style.rst
#
# This file is set up for clang 9. For the settings available, see
# https://releases.llvm.org/9.0.0/tools/clang/docs/ClangFormatStyleOptions.html
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,6 @@ jobs:
libjansson-dev \
libpython2.7 \
make \
mscgen \
parallel \
python3-yaml \
rustc \
Expand Down Expand Up @@ -1157,7 +1156,6 @@ jobs:
- run: make dist
- name: Checking that documentation was built
run: |
test -e doc/devguide/devguide.pdf
test -e doc/userguide/userguide.pdf
test -e doc/userguide/suricata.1
- name: Extracting suricata-verify
Expand Down
4 changes: 0 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ python:
# Use an empty install section to avoid RTD from picking up a non-python
# requirements.txt file.
install: []

build:
apt_packages:
- mscgen
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml.in \
threshold.config \
$(SURICATA_UPDATE_DIR) \
lua \
acsite.m4
acsite.m4 \
scripts/generate-images.sh
SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \
$(SURICATA_UPDATE_DIR)

Expand Down
14 changes: 1 addition & 13 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2168,18 +2168,6 @@ fi
AC_DEFINE([CLS],[64],[L1 cache line size])
fi

# mscgen for devguide images
AC_PATH_PROG([HAVE_MSCGEN], mscgen, "no")
if test "$HAVE_MSCGEN" = "no"; then
enable_mscgen=no
echo "WARNING! mscgen package not installed."
echo " Devguide images won't be generated!"
echo " Get mscgen package:"
echo " https://www.mcternan.me.uk/mscgen/"
echo " or install it from your distribution"
fi
AM_CONDITIONAL([HAVE_MSCGEN], [test "x$enable_mscgen" != "xno" ])

# sphinx for documentation
AC_PATH_PROG(HAVE_SPHINXBUILD, sphinx-build, "no")
if test "$HAVE_SPHINXBUILD" = "no"; then
Expand Down Expand Up @@ -2534,7 +2522,7 @@ AM_CONDITIONAL([BUILD_SHARED_LIBRARY], [test "x$enable_shared" = "xyes"] && [tes

AC_CONFIG_FILES(Makefile src/Makefile rust/Makefile rust/Cargo.toml rust/derive/Cargo.toml rust/.cargo/config)
AC_CONFIG_FILES(qa/Makefile qa/coccinelle/Makefile)
AC_CONFIG_FILES(rules/Makefile doc/Makefile doc/userguide/Makefile doc/devguide/Makefile)
AC_CONFIG_FILES(rules/Makefile doc/Makefile doc/userguide/Makefile)
AC_CONFIG_FILES(contrib/Makefile contrib/file_processor/Makefile contrib/file_processor/Action/Makefile contrib/file_processor/Processor/Makefile)
AC_CONFIG_FILES(suricata.yaml etc/Makefile etc/suricata.logrotate etc/suricata.service)
AC_CONFIG_FILES(python/Makefile python/suricata/config/defaults.py)
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = userguide devguide
SUBDIRS = userguide

EXTRA_DIST = \
AUTHORS \
Expand Down
2 changes: 0 additions & 2 deletions doc/devguide/.gitignore

This file was deleted.

73 changes: 0 additions & 73 deletions doc/devguide/Makefile.am

This file was deleted.

204 changes: 0 additions & 204 deletions doc/devguide/Makefile.sphinx

This file was deleted.

14 changes: 0 additions & 14 deletions doc/devguide/README.md

This file was deleted.

Empty file removed doc/devguide/_static/.gitignore
Empty file.
27 changes: 0 additions & 27 deletions doc/devguide/_static/css/suricata.css

This file was deleted.

Loading