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