From 00ec7b4b7490672d735792eb9cfc1184862859da Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:02:55 +0300 Subject: [PATCH] minor fixes... Signed-off-by: Alex A. Naanou --- Makefile | 8 +++++--- examples/spread generation/Makefile | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2f2dcbd..5aa5281 100644 --- a/Makefile +++ b/Makefile @@ -125,11 +125,13 @@ DIST_DIR := dist DIST_FILES = \ Makefile \ $(wildcard scripts/*) \ - $(wildcard examples/*) \ - $(wildcard workflow/*) \ - $(wildcard manual/*) \ $(MODULE).cls \ $(MODULE).pdf +# Add these when ready... +# $(wildcard examples/*) \ +# $(wildcard manual/*) \ +# $(wildcard workflow/*) \ +# diff --git a/examples/spread generation/Makefile b/examples/spread generation/Makefile index 6a887ab..4f5bf99 100644 --- a/examples/spread generation/Makefile +++ b/examples/spread generation/Makefile @@ -18,6 +18,8 @@ MAKESPREADS := ../../scripts/make-images.sh spreads.tex: spreads $(MAKESPREADS) $< $(SPREAD) > $@ +dist: + clean: rm -f spreads.tex