From e77650547cf2ab410fd6fe16fc5e86cf1b0772d9 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 1 Jan 2019 11:37:44 -0800 Subject: Add 'doc' Makefile target for generating PDF version of man page This change adds a new target to the Makefile that can be used for generating a PDF version of the man page. It also checks in the generated file and links to it from the README. We have also experimented with creation of an HTML version, but at least the groff generated file is not very visually pleasing and also cannot be linked to directly from Github. Github wants to prevent hosting of web pages directly like this in repositories and instead promote their Github Pages solution for that purpose. To that end they deliver content with a Content-Type representing plain text which causes HTML to not be rendered. PDF content, however, is rendered in-line and looks reasonable at that. --- nitrocli/doc/nitrocli.1.pdf | Bin 0 -> 13301 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 nitrocli/doc/nitrocli.1.pdf (limited to 'nitrocli/doc') diff --git a/nitrocli/doc/nitrocli.1.pdf b/nitrocli/doc/nitrocli.1.pdf new file mode 100644 index 0000000..a98b9d2 Binary files /dev/null and b/nitrocli/doc/nitrocli.1.pdf differ -- cgit v1.2.1