xenomai: new package, only mercury for now supported
[openadk.git] / docs / Makefile
blobf42f7fc837fe32147f4bc603b22d79036182b8b4
1 ADK_TOPDIR=$(pwd)
3 all: pdf text html
5 pdf:
6 mkdir .pdf pdf
7 cp *.txt .pdf
8 cp images/*.png pdf
9 a2x -v --dblatex-opts "-P latex.output.revhistory=0" -f pdf -d book -L -D pdf .pdf/manual.txt
11 text:
12 mkdir .text text
13 cp *.txt .text
14 cp images/*.png text
15 a2x -v -f text -d book -L -D text .text/manual.txt
17 html:
18 mkdir .html html
19 cp *.txt .html
20 cp images/*.png html
21 a2x -v --xsltproc-opts "--stringparam toc.section.depth 2" -f xhtml -d book -L -D html .html/manual.txt
23 clean:
24 rm -rf pdf .pdf text .text html .html