Repository : ssh://git@open-mesh.org/doc
On branches: batman-adv-doc,master
commit 84e61f83107f4cb494f3d235cb4a4ed29063a0de Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sat Jan 3 15:35:16 2009 +0100
add target to compile batman_iv part only
84e61f83107f4cb494f3d235cb4a4ed29063a0de Makefile | 4 ++++ batman.docbook => batman_iv_only.docbook | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile index 09946e1e..b8cac436 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ all: batman_doc batman_doc: Makefile *.docbook images docbook2html batman.docbook docbook2pdf batman.docbook +batman_iv_only_doc: Makefile *.docbook images + docbook2html batman_iv_only.docbook + docbook2pdf batman_iv_only.docbook + images: make -C images/ clean: diff --git a/batman.docbook b/batman_iv_only.docbook similarity index 89% copy from batman.docbook copy to batman_iv_only.docbook index d3382aad..595da8c3 100644 --- a/batman.docbook +++ b/batman_iv_only.docbook @@ -9,11 +9,7 @@
<book id="batman_book" lang="en">
-&bookinfo; -&introduction; &batman_iv; -&batman_adv; -&usage;
</book>