From 1b60fb26391e6645d18ddb8e42fb3d41de398a78 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 12:35:31 +0200 Subject: Setup manual infra --- doc/buildfile | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'doc/buildfile') diff --git a/doc/buildfile b/doc/buildfile index bd3440f..00f9554 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -12,8 +12,19 @@ css{*}: extension = css define xhtml: doc xhtml{*}: extension = xhtml -./: {man1 xhtml}{$cmds} \ - css{common pre-box man} \ - file{man-prologue.1 man-epilogue.1 \ - man-prologue.xhtml man-epilogue.xhtml \ - cli.sh} +./: {man1 xhtml}{$cmds} \ + css{common pre-box man} \ + file{man-prologue.1 man-epilogue.1 \ + man-prologue.xhtml man-epilogue.xhtml} + +./: doc{build2-repository-interface-manual.xhtml \ + build2-repository-interface-manual-a4.pdf \ + build2-repository-interface-manual-a4.ps \ + build2-repository-interface-manual-letter.pdf \ + build2-repository-interface-manual-letter.ps} \ + css{code-box common doc pre-box toc} \ + file{a4.html2ps letter.html2ps doc.html2ps} \ + file{doc-prologue.xhtml doc-epilogue.xhtml \ + manual.cli} + +./: file{cli.sh} -- cgit v1.1