embassy/docs/Makefile

9 lines
105 B
Makefile
Raw Normal View History

2024-05-18 10:22:33 +02:00
all:
2024-05-18 15:02:49 +02:00
asciidoctor -d book -D book/ index.adoc
cp -r images book
2024-05-18 10:22:33 +02:00
clean:
2024-05-18 15:02:49 +02:00
rm -rf book
2024-05-18 10:22:33 +02:00
.PHONY: all clean