From e62a6720669283fb293e0a18feb067e075e2494c Mon Sep 17 00:00:00 2001 From: crc Date: Thu, 7 Feb 2019 04:44:12 +0000 Subject: [PATCH] add a man page for retro-embedimage FossilOrigin-Name: 5326864de0a6d30c8aaf4d70820d63ddf0e420f89666ab9f5e47b596bec50bf4 --- Makefile | 1 + man/retro-embedimage.1 | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 man/retro-embedimage.1 diff --git a/Makefile b/Makefile index 4349f6f..3648406 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ install-examples: install-manpages: install -c -m 644 man/retro.1 $(MANDIR)/retro.1 + install -c -m 644 man/retro-embedimage.1 $(MANDIR)/retro-embedimage.1 install -c -m 644 man/retro-extend.1 $(MANDIR)/retro-extend.1 install -c -m 644 man/retro-muri.1 $(MANDIR)/retro-muri.1 install -c -m 644 man/retro-unu.1 $(MANDIR)/retro-unu.1 diff --git a/man/retro-embedimage.1 b/man/retro-embedimage.1 new file mode 100644 index 0000000..065428a --- /dev/null +++ b/man/retro-embedimage.1 @@ -0,0 +1,21 @@ +.Dd February 2019 +.Dt RETRO-EMBEDIMAGE 1 +.Os +.Sh RETRO-EMBEDIMAGE +.Nm retro-embedimage +.Nd "a modern, pragmatic forth development system" +.Sh SYNOPSIS +.Nm +.Op filename +.Sh DESCRIPTION +RETRO is a modern, pragmatic Forth drawing influences from many +sources. It's clean, elegant, tiny, and easy to grasp and adapt +to various uses. + +.Nm +loads the specified image (or `ngaImage` from the current +directory if none is specified). It converts this into C +code that can be compiled for inclusion in a RETRO executable. +It will write the output to stdout. +.Sh AUTHORS +.An Charles Childers Aq Mt crc@forthworks.com