Skip to content

Commit

Permalink
fix: Also recuse into subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Feb 20, 2024
1 parent 363d399 commit 3b4194d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/techdoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ PDFS := $(DOCS:.odt=.pdf)
# source files, insted of having to commit both to git after
# any changes.
all: pngs pdfs
-@cd templates && make
-@cd overview && make

pngs: $(PNGS)

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

clean:
-$(RM) *.png *.pdf
-$(RM) $(PDFS) $(PNGS)
-@cd templates && make clean
-@cd overview && make clean

force:

0 comments on commit 3b4194d

Please sign in to comment.