-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmakefile
More file actions
30 lines (27 loc) · 721 Bytes
/
Copy pathmakefile
File metadata and controls
30 lines (27 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# --------------------------------------------------------------------
# ALL FILES
#
.PHONY: all clean clean-web
all:
make all -C images/kicad
make all -C images/libreoffice
make all -C images/thumbs
cd source-cloze; python _make_cloze.py
cd source-multichoice; python _make_multichoice.py
cd source-multichoice; python _make_multichoice_combine.py
clean-web:
rm -f docs/*.json
rm -f docs/es-*.html
rm -f docs/en-*.html
rm -f docs/test*.html
clean-all:
rm -f docs/images/*
rm -f docs/*.json
rm -f docs/es-*.html
rm -f docs/en-*.html
rm -f docs/test*.html
rm -f multichoice/build/*.xml
rm -f multichoice/build/*.csv
rm -f multichoice/build/*.docx
rm -f images/thumbs/*.png
rm -f images/thumbs/*.jpg