Compare View

switch
from
...
to
 
Commits (3)

Diff

Showing 12 changed files Side-by-side Diff

... ... @@ -4,7 +4,7 @@ PDFS = built/DesignUseCases.pdf built/screen_sequence_diagram.pdf built/TestCase
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) screenshots.tar.gz #built/screenshots/
8 8  
9 9 built/:
10 10 mkdir -p built
... ... @@ -36,6 +36,9 @@ built/screenshots/: .PHONY
36 36 mkdir -p built/screenshots
37 37 casperjs --ssl-protocol=tlsv1 take_screenshots.js
38 38  
  39 +built/screenshots.tar.gz:
  40 + tar -cvf screenshots.tar.gz doc_screenshots/*.png
  41 +
39 42 .PHONY:
40 43  
41 44 clean:
doc_screenshots/addclass.png View file @ e6b361b

27.6 KB

doc_screenshots/cards.png View file @ e6b361b

72.9 KB

doc_screenshots/deck.png View file @ e6b361b

90.6 KB

doc_screenshots/feed.png View file @ e6b361b

96.6 KB

doc_screenshots/help.png View file @ e6b361b

74.7 KB

doc_screenshots/login.png View file @ e6b361b

23.4 KB

doc_screenshots/register.png View file @ e6b361b

23.6 KB

doc_screenshots/settings1.png View file @ e6b361b

38.2 KB

doc_screenshots/settings2.png View file @ e6b361b

34.4 KB

doc_screenshots/study1.png View file @ e6b361b

35.6 KB

doc_screenshots/study2.png View file @ e6b361b

40.6 KB