Skip to content
Draft
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 overview/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ltxobj/
notes.pdf
slides.pdf

abstract.md
7 changes: 6 additions & 1 deletion overview/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all
all: notes.pdf slides.pdf
all: notes.pdf slides.pdf README.md

LATEXFLAGS+= -shell-escape

Expand All @@ -23,10 +23,15 @@ $(addprefix figs/,${FIGS})::
${MAKE} -C $(dir $@) $(notdir $@)


README.md: video.md abstract.md
cat $^ > $@


.PHONY: clean
clean:
${RM} notes.pdf slides.pdf


INCLUDE_MAKEFILES=../makefiles
include ${INCLUDE_MAKEFILES}/tex.mk
include ${INCLUDE_MAKEFILES}/doc.mk
8 changes: 8 additions & 0 deletions overview/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[![Intrusion detection and prevention][img]][video]

[On FeedbackFruits][feedbackfruits]

[img]: https://img.youtube.com/vi/P4RymjPNGlA/hqdefault.jpg
[video]: https://youtu.be/P4RymjPNGlA
[feedbackfruits]: https://eu.feedbackfruits.com/groups/activity-group/1260623c-9876-4987-b54a-c752beac8189

8 changes: 8 additions & 0 deletions overview/video.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[![Intrusion detection and prevention][img]][video]

[On FeedbackFruits][feedbackfruits]

[img]: https://img.youtube.com/vi/P4RymjPNGlA/hqdefault.jpg
[video]: https://youtu.be/P4RymjPNGlA
[feedbackfruits]: https://eu.feedbackfruits.com/groups/activity-group/1260623c-9876-4987-b54a-c752beac8189