mirror of https://github.com/OISF/suricata
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.
18 lines
279 B
Makefile
18 lines
279 B
Makefile
SUBDIRS = userguide
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS \
|
|
GITGUIDE \
|
|
INSTALL \
|
|
NEWS \
|
|
README \
|
|
TODO \
|
|
\
|
|
Basic_Setup.txt \
|
|
Setting_up_IPSinline_for_Linux.txt \
|
|
Third_Party_Installation_Guides.txt
|
|
|
|
datarootdir=@datarootdir@
|
|
docdir = ${datarootdir}/doc/${PACKAGE}
|
|
dist_doc_DATA = ${EXTRA_DIST}
|