Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
EXTRA_DIST = api.md

dist_man_MANS = libucl.3

gen-man: @PANDOC@
	tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
	cat pandoc.template - | sed -e 's/^# \(.*\)/# \U\1/' \
	-e "s/%%date%%/$$(LANG=C date +'%d %B, %Y')/" | \
	@PANDOC@ -s -f markdown -t man -o libucl.3