mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 06:12:32 +02:00

The sourceforge wiki info is dated and requires a major overhaul. Some of the information already exists in the linux kernel documentation. For now, save it with the referenced html files. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
7 lines
115 B
Makefile
7 lines
115 B
Makefile
noinst_DATA = sf-wiki.html
|
|
|
|
sf-wiki.html:sf-wiki.md
|
|
pandoc $+ -f markdown -t html > $@
|
|
|
|
CLEANFILES = sf-wiki.html
|