diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 20:07:08 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 20:07:08 +0300 |
commit | b391858790d19a5e91efc824a3329350bc3928d9 (patch) | |
tree | c02dddaafb1d14c4e12e9a56b5a38aa5c7417cdf /www/build.tes | |
parent | 9f334bb0665200534c672a89eef358a66da092cd (diff) | |
download | sciteco-b391858790d19a5e91efc824a3329350bc3928d9.tar.gz |
the tutorial is now built along with all other HTML documents if --enable-html-docs
* `--enable-html-manual` renamed to `--enable-html-docs`.
* It's also uploaded to the website and linked to in README.
Diffstat (limited to 'www/build.tes')
-rwxr-xr-x | www/build.tes | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/www/build.tes b/www/build.tes index 9ef1ec4..84f5521 100755 --- a/www/build.tes +++ b/www/build.tes @@ -1,7 +1,7 @@ #!/usr/local/bin/sciteco -m !* * Generate the website at https://rhaberkorn.github.io/sciteco - * This reuses content from Markdown documents and the manpages. + * This reuses content from Markdown and grohtml-generated documents. * Everything else is cross-linked to Sourceforge. * It must currently be run from the www/ subdirectory of an in-tree-build. * The HTML manuals must be in ../doc. @@ -78,41 +78,48 @@ EBscreenshots.html HK M[footer] EW -[manpage-header] +[grohtml-header] <p class="nf nf-fa-warning"> This documents the project's HEAD revision.</p> <div class="grohtml"> EB../doc/sciteco.1.html S<body>S<h1 L 0,.K - [title]sciteco(1) M[header] G[manpage-header] + [title]sciteco(1) M[header] G[grohtml-header] FD<hr>S</body> .,ZK M[footer] EWsciteco.1.html EB../doc/sciteco.7.html S<body>S<h1 L 0,.K - [title]sciteco(7) M[header] G[manpage-header] + [title]sciteco(7) M[header] G[grohtml-header] FD<hr>S</body> .,ZK M[footer] EWsciteco.7.html !* - * These manpages are not in the header bar, but still postprocessed - * for consinstency. + * These grohtml-generated documents are not in the header bar, + * but still postprocessed for consinstency. *! EB../doc/grosciteco.tes.1.html S<body>S<h1 L 0,.K - [title]grosciteco.tes(1) M[header] G[manpage-header] + [title]grosciteco.tes(1) M[header] G[grohtml-header] FD<hr>S</body> .,ZK M[footer] EWgrosciteco.tes.1.html EB../doc/tedoc.tes.1.html S<body>S<h1 L 0,.K - [title]tedoc.tes(1) M[header] G[manpage-header] + [title]tedoc.tes(1) M[header] G[grohtml-header] FD<hr>S</body> .,ZK M[footer] EWtedoc.tes.1.html +EB../doc/tutorial.html + S<body>S<h1 L 0,.K + [title]Tutorial M[header] G[grohtml-header] + FD<hr>S</body> .,ZK + M[footer] +EWtutorial.html + EX |