summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-12-18 09:40:41 +0100
committerW. Kosior <koszko@koszko.org>2024-12-18 09:41:26 +0100
commitefb8748f55ea32db3bda1e7f8985fed88cda219b (patch)
tree3d54010adb170bfa5adddc25bae1dc685d77dd95
parentb45bc6750b3c82756b5a14e10c861332ddd29184 (diff)
downloadAGH-threat-intel-course-efb8748f55ea32db3bda1e7f8985fed88cda219b.tar.gz
AGH-threat-intel-course-efb8748f55ea32db3bda1e7f8985fed88cda219b.zip
Include `techniques_table_doc.tex' in project tarball.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 248de1e..e07a6c5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,8 @@ techniques_table_doc.pdf: techniques_table_doc.tex tlp.tex techniques_table.tex
$(LATEXMK) -pdf $<
th-proj-archive.tar.gz: Makefile profiles.yaml scrape_groups_info.py \
- tables.md techniques_table.py threats_by_sector_table.py \
- tlp.tex $(DEFAULT_TARGETS)
+ tables.md techniques_table_doc.tex techniques_table.py \
+ threats_by_sector_table.py tlp.tex $(DEFAULT_TARGETS)
tar --transform='s|^|th-proj-archive/|' \
--mtime=1970-01-01T00:00:00-00:00 --group=0 --owner=0 \
-czf $@ $^