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
|
default: all
|
||||||
|
|
||||||
all_markdown = \
|
all_markdown = \
|
||||||
mbed-crypto-storage-specification.md \
|
alternative-implementations.md \
|
||||||
testing/driver-interface-test-strategy.md \
|
mbed-crypto-storage-specification.md \
|
||||||
testing/invasive-testing.md \
|
psa-crypto-implementation-structure.md \
|
||||||
testing/test-framework.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
|
# This line is intentionally left blank
|
||||||
|
|
||||||
html: $(all_markdown:.md=.html)
|
html: $(all_markdown:.md=.html)
|
||||||
|
|
Loading…
Reference in a new issue