RELEASE - More details on doc building
This commit is contained in:
parent
da8ab672c8
commit
c0982327a3
1 changed files with 18 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Release checklist for Tux Paint
|
Release checklist for Tux Paint
|
||||||
Last updated 2024-06-23 -bjk
|
Last updated 2024-07-06 -bjk
|
||||||
|
|
||||||
During development
|
During development
|
||||||
------------------
|
------------------
|
||||||
|
|
@ -57,14 +57,25 @@ a .tar.gz source tarball, and making the tarball available for download.
|
||||||
* Update What's New section in doc-src/README/README-whatsnew.php
|
* Update What's New section in doc-src/README/README-whatsnew.php
|
||||||
(things worth mentioning in the press release on the website)
|
(things worth mentioning in the press release on the website)
|
||||||
|
|
||||||
Here, be sure to run "make" in "docs/", to produce plaintext
|
There, run "make" to generate the HTML (and some other) files based
|
||||||
alternatives of the HTML files.
|
on the PHP sources. Then run "./copy-html-to-tuxpaint.sh" to copy
|
||||||
|
the resulting files to the directory containing a checkout of the
|
||||||
|
"tuxpaint" repo.
|
||||||
|
|
||||||
|
Here, be sure to run "make" in "docs/", to produce plaintext
|
||||||
|
alternatives of the docs that are available as HTML.
|
||||||
|
e.g. (for English):
|
||||||
|
|
||||||
* docs/en/html/README.html
|
|
||||||
* docs/en/html/FAQ.html
|
|
||||||
* docs/en/html/OPTIONS.html
|
|
||||||
* docs/en/html/EXTENDING.html
|
|
||||||
* docs/en/html/ADVANCED-STAMPS-HOWTO.html
|
* docs/en/html/ADVANCED-STAMPS-HOWTO.html
|
||||||
|
* docs/en/html/ENVARS.html
|
||||||
|
* docs/en/html/EXTENDING.html
|
||||||
|
* docs/en/html/FAQ.html
|
||||||
|
* docs/en/html/INSTALL.html
|
||||||
|
* docs/en/html/OPTIONS.html
|
||||||
|
* docs/en/html/PNG.html
|
||||||
|
* docs/en/html/README.html
|
||||||
|
* docs/en/html/SIGNALS.html
|
||||||
|
* docs/en/html/SVG.html
|
||||||
|
|
||||||
* Manual page (manpage)
|
* Manual page (manpage)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue