aboutsummaryrefslogtreecommitdiff
path: root/docs/publish.sh
Commit message (Collapse)AuthorAge
* More man page reorganization.Garrett D'Amore2018-02-25
| | | | | | Man pages need special handling, and we can have other kinds of documentation like initial starting guides, etc., which would have different processing applied. So lets move them off into their own directory.
* Better way to handle copyright.Garrett D'Amore2018-02-25
| | | | | | | | We move the copyright info along with trademark info to the refman layout. The source files still have their own inline copyright (now in correct readable form). This leads towards being able to generate that master reference manual.
* Supply reference manual information.Garrett D'Amore2018-02-23
|
* Add ToC for HTML output (left side).Garrett D'Amore2018-02-02
|
* Provide for icons and source formatting from script instead of content.Garrett D'Amore2018-01-23
|
* Fix front matter for man pages.Garrett D'Amore2017-10-30
|
* Documentation updates.Garrett D'Amore2017-10-26
This adds a few man pages, fixes the content and formatting on a few others. It also adds two utility scripts for me to use, publish.sh, which I use to publish updates to the gh-pages branch, and preview.sh, which I use to look at markup without cluttering my work directory.