mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 06:44:28 +00:00
Automatically pick up all Markdown files
Assume GNU make. We already do with the toplevel makefile. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
866b3a1886
commit
bb5d907aa9
@ -2,20 +2,7 @@ PANDOC = pandoc
|
||||
|
||||
default: all
|
||||
|
||||
all_markdown = \
|
||||
alternative-implementations.md \
|
||||
mbed-crypto-storage-specification.md \
|
||||
psa-crypto-implementation-structure.md \
|
||||
psa-migration/psa-limitations.md \
|
||||
psa-migration/strategy.md \
|
||||
psa-migration/tasks-g2.md \
|
||||
psa-migration/testing.md \
|
||||
testing/driver-interface-test-strategy.md \
|
||||
testing/invasive-testing.md \
|
||||
testing/psa-storage-format-testing.md \
|
||||
testing/test-framework.md \
|
||||
tls13-support.md \
|
||||
# This line is intentionally left blank
|
||||
all_markdown = $(wildcard *.md */*.md)
|
||||
|
||||
html: $(all_markdown:.md=.html)
|
||||
pdf: $(all_markdown:.md=.pdf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user