List all markdown files in makefile
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e4d3a6a4e8
commit
f30ff75137
1 changed files with 12 additions and 4 deletions
|
@ -3,10 +3,18 @@ PANDOC = pandoc
|
|||
default: all
|
||||
|
||||
all_markdown = \
|
||||
mbed-crypto-storage-specification.md \
|
||||
testing/driver-interface-test-strategy.md \
|
||||
testing/invasive-testing.md \
|
||||
testing/test-framework.md \
|
||||
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
|
||||
|
||||
html: $(all_markdown:.md=.html)
|
||||
|
|
Loading…
Reference in a new issue