diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-10 18:20:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 12:27:33 +0300 |
commit | bfd63c8ec0e060c8c28bd3fc6acf9af4460bc208 (patch) | |
tree | a215028a9b0f47d8ab647786b217e7648d691535 /doc | |
parent | fcc9a368646a2a71c26a5e2935d6595587857f67 (diff) |
Make use of wildcards in buildfiles
Diffstat (limited to 'doc')
-rw-r--r-- | doc/buildfile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/buildfile b/doc/buildfile index 278552f..81d9676 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -13,19 +13,12 @@ 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} +./: {man1 xhtml}{$cmds} \ + css{common pre-box man} \ + file{man-*} -./: 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} +./: doc{build2-repository-interface-manual*} \ + css{code-box common doc pre-box toc} \ + file{manual.cli doc-* *.html2ps} ./: file{cli.sh} |