From c890ddc007fd09cd88199435bfb9a4de961895fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:46 +0300 Subject: [PATCH] update target 'make clean' --- Makefile | 4 +++- mj-msc.tex | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1ca4143..0f3c698 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ test-integration: .faux_filter-rivers .PHONY: clean clean: -./db stop - -rm .faux_test .faux_filter-rivers .faux_import-osm .faux.db \ + -rm -r .faux_test .faux_filter-rivers .faux_import-osm .faux.db \ + version.tex test-figures.pdf _minted-mj-msc \ + $(shell git ls-files -o mj-msc*) \ $(SLIDES) .PHONY: clean-tables diff --git a/mj-msc.tex b/mj-msc.tex index ab4fc4a..8c76ddf 100644 --- a/mj-msc.tex +++ b/mj-msc.tex @@ -259,8 +259,7 @@ We strongly believe in the ability to reproduce the results is critical for any \inputminted[fontsize=\small]{bash}{extract-and-generate} -A reasonably up-to-date Linux or OS X system with a working Docker installation -is required. +This was tested on Linux Debian 11 with upstream packages only. \end{appendices} \end{document}