summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bdf93e7..248de1e 100644
--- a/Makefile
+++ b/Makefile
@@ -38,12 +38,12 @@ profiles_with_scraped_info.yaml: scrape_groups_info.py profiles.yaml
techniques_table.tex: techniques_table.py profiles_with_scraped_info.yaml
$(PYTHON) $^ > $@
-techniques_table_doc.pdf: techniques_table_doc.tex techniques_table.tex
+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 \
- $(DEFAULT_TARGETS)
+ tlp.tex $(DEFAULT_TARGETS)
tar --transform='s|^|th-proj-archive/|' \
--mtime=1970-01-01T00:00:00-00:00 --group=0 --owner=0 \
-czf $@ $^