diff options
author | W. Kosior <koszko@koszko.org> | 2024-12-18 09:40:41 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-12-18 09:41:26 +0100 |
commit | efb8748f55ea32db3bda1e7f8985fed88cda219b (patch) | |
tree | 3d54010adb170bfa5adddc25bae1dc685d77dd95 | |
parent | b45bc6750b3c82756b5a14e10c861332ddd29184 (diff) | |
download | AGH-threat-intel-course-efb8748f55ea32db3bda1e7f8985fed88cda219b.tar.gz AGH-threat-intel-course-efb8748f55ea32db3bda1e7f8985fed88cda219b.zip |
Include `techniques_table_doc.tex' in project tarball.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $^ |