diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:24:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:24:32 +0200 |
commit | 78634fa442ca0931663b9307a366aae9e28c03a4 (patch) | |
tree | e585386a30ee7f361390b4d689ec50476747b63c /doc/buildfile | |
parent | 8137dc60e2ba353f6cab5f633bc4edeff2271073 (diff) |
Setup manual infra
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/buildfile b/doc/buildfile index 034e3a9..ee4c35e 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -11,5 +11,16 @@ xhtml{*}: extension = xhtml ./: {man1 xhtml}{b} \ css{common pre-box man} \ file{man-prologue.1 man-epilogue.1 \ - man-prologue.xhtml man-epilogue.xhtml \ - cli.sh} + man-prologue.xhtml man-epilogue.xhtml} + +./: doc{build2-build-system-manual.xhtml \ + build2-build-system-manual-a4.pdf \ + build2-build-system-manual-a4.ps \ + build2-build-system-manual-letter.pdf \ + build2-build-system-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} |