summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAge
* doc: Use RELEASE_DATE to set PDF timestamps using faketimeKeith Packard2018-10-05
| | | | | | | This ensures that the generated PDF files do not depend on the time of the build and only on the date of the release. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.7Keith Packard2018-10-05
| | | | | | | Release notes Add HW specs for EasyMini v2.0 and TeleMega v3.0 Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Don't accidentally create zero-length PDF filesKeith Packard2018-10-02
| | | | | | | | The PDF files are generated at the same time the HTML files are, so the PDF versions depend on the HTML ones. However, touching the PDF files is a bad idea. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.8.6Keith Packard2018-08-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add release notes for 1.8.5Keith Packard2018-03-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Doc updates for version 1.8.4Keith Packard2017-12-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Don't 'publish' release notes, don't build pdf release notesKeith Packard2017-12-11
| | | | | | | | All we use the release notes for is to include into the main AltOS page. Also remove the docinfo for these files so that information isn't duplicated for each set of release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.3Keith Packard2017-11-11
| | | | | | Also added a pile of docinfo files for older release notes files. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.8.2 releaseKeith Packard2017-09-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.8.1Keith Packard2017-08-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add 1.8 release notesKeith Packard2017-08-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add telegps outlineKeith Packard2017-05-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Finish updates for v1.7Keith Packard2017-04-21
| | | | | | | | | Scrub all TeleMini references and make sure they're fixed for v3. No 'emergency' mode yet. No reflashing yet. Add v1.7 release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update TeleMini v3 photos to production unitKeith Packard2017-04-21
| | | | | | Replace prototype photos Signed-off-by: Keith Packard <keithp@keithp.com>
* Add initial TeleMini v3 docsKeith Packard2017-03-01
| | | | | | Uses pictures of the prototype. Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix release note html to remove xml bitsKeith Packard2016-09-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 1.6.8 release notesKeith Packard2016-09-03
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Build 1.6.5 release notesKeith Packard2016-07-03
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Start update for 1.6.4Keith Packard2016-05-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add preliminary 1.6.3 release notesKeith Packard2016-04-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Remove telemini v2.0. Add telemega v2.0Keith Packard2016-01-10
| | | | | | Reflect hardware we've actually shipped. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add release notes for 1.6.2Keith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Construct html index for documentationKeith Packard2015-11-13
| | | | | | This gets uploaded to keith's machine as an easy way to see what's available. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Try a different trick for asciidoc build issuesKeith Packard2015-11-13
| | | | | | | | | asciidoc creates temp files in the current directory using basename of the source filename. Doing html and pdf builds in parallel causes chaos as a result. Fix this by having the pdf target build both serially, and then have the html target just depend on the pdf target. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Split out EasyMini into a separate manualKeith Packard2015-11-13
| | | | | | | EasyMini uses a tiny fraction of the overall system software; splitting the manual out makes it a lot smaller. Signed-off-by: Keith Packard <keithp@keithp.com>
* Break out common pieces from TeleGPS and AltusMetrumKeith Packard2015-11-13
| | | | | | | This creates shared files for portions of the TeleGPS and AltusMetrum manual to avoid duplicating text between the two. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add product logos to booksKeith Packard2015-11-01
| | | | | | | This places the product logo on the title verso in pdf form, and above the TOC in html form. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: verbose mode for a2xKeith Packard2015-11-01
|
* doc: Split revhistory to separate file for html docsKeith Packard2015-11-01
| | | | | | This avoids having the revhistory clutter the top of the document. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Switch to free fonts. Publish fonts with docs.Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Minor makefile cleanupsKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Convert AltOS doc to asciidocKeith Packard2015-11-01
| | | | | | It's still pretty stale, but at least it isn't in docbook? Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Finish converting docs to asciidoc formatKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add updating firmware and using am products asciidoc bitsKeith Packard2015-11-01
| | | | | | This finishes the asciidoc transition Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc version of Altos Droid manualKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc version of altosui chapter.Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Lots more conversion from docbook to asciidocKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc telemini v1.0Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Start doc transition to asciidocKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Force FOP to read images from doc directoryKeith Packard2015-10-13
| | | | | | | | | | Looks like something changed and fop is now reading from the directory containing the source file. xmlto places that source in /tmp, making all relative URIs fail. Fix this by creating a fop configuration file directing it to load relative to the doc directory and then pass that through xmlto. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for 1.6.1Keith Packard2015-07-15
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.6Keith Packard2015-02-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update for version 1.5 releaseKeith Packard2014-09-06
| | | | | | | Add stuff about EasyMega and telemetry rate configuration. Update screen shots as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 1.4.1 release notesKeith Packard2014-06-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Create release notes for version 1.4Keith Packard2014-06-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add outline of TeleGPS docKeith Packard2014-05-28
| | | | | | No actual content, mostly a place holder to make the build work Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add separate outline pdf generationKeith Packard2014-03-07
| | | | | | | This generates one-page pdf files that contain just the outline of each product. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Need to publish .svg files as wellKeith Packard2014-02-17
| | | | | | | The drill templates are all .svg files that are referenced by the generated html. Signed-off-by: Keith Packard <keithp@keithp.com>
* Re-create drill templatesKeith Packard2014-02-17
| | | | | | | | | | Using inkscape, the drill templates weren't getting printed correctly. Switching to hand-generated svg fixes that. The .xsl file is also fixed to really encourage the images to be printed at exactly 100%. Signed-off-by: Keith Packard <keithp@keithp.com>
* deliver images used in MicroPeak manual to web server, tooBdale Garbee2014-02-17
|