Commit f2105cc91b4fb39c573fed7b07048bc2c6cb99c4
1 parent
845abe3027
Exists in
master
disable screenshots
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
Makefile
View file @
f2105cc
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | SCREEN_SEQUENCE_DOTS = $(wildcard screen_sequence_diagrams/*.dot) |
5 | 5 | SCREEN_SEQUENCE_PNGS = $(patsubst screen_sequence_diagrams/%,built/%,$(patsubst %.dot,%.png,$(SCREEN_SEQUENCE_DOTS))) |
6 | 6 | |
7 | -all: built/ $(PNGS) $(PDFS) built/screenshots/ | |
7 | +all: built/ $(PNGS) $(PDFS) #built/screenshots/ | |
8 | 8 | |
9 | 9 | built/: |
10 | 10 | mkdir -p built |