Skip to content

Commit 3b4194d

Browse files
committed
fix: Also recuse into subdirectories
1 parent 363d399 commit 3b4194d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/techdoc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PDFS := $(DOCS:.odt=.pdf)
99
# source files, insted of having to commit both to git after
1010
# any changes.
1111
all: pngs pdfs
12+
-@cd templates && make
13+
-@cd overview && make
1214

1315
pngs: $(PNGS)
1416

@@ -28,6 +30,8 @@ apidoc:
2830
# -@mv *Profile.png images
2931

3032
clean:
31-
-$(RM) *.png *.pdf
33+
-$(RM) $(PDFS) $(PNGS)
34+
-@cd templates && make clean
35+
-@cd overview && make clean
3236

3337
force:

0 commit comments

Comments
 (0)