From 239587824837021e77f78a67b4c7e3d87ed8f1dc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jul 2023 23:23:41 -0700 Subject: Restructure project as suggested by running ‘hall init --convert’ --- doc/inkplate.texi | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 doc/inkplate.texi (limited to 'doc') diff --git a/doc/inkplate.texi b/doc/inkplate.texi new file mode 100644 index 0000000..259ece8 --- /dev/null +++ b/doc/inkplate.texi @@ -0,0 +1,60 @@ +\input texinfo +@c -*-texinfo-*- + +@c %**start of header +@setfilename guile-inkplate.info +@documentencoding UTF-8 +@settitle Guile Inkplate Reference Manual +@c %**end of header + +@include version.texi + +@copying +Copyright @copyright{} 2023 Tom Willemse + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled ``GNU Free +Documentation License''. +@end copying + +@dircategory The Algorithmic Language Scheme +@direntry +* Guile Inkplate: (guile-inkplate). +@end direntry + +@titlepage +@title The Guile Inkplate Manual +@author Tom Willemse + +@page +@vskip 0pt plus 1filll +Edition @value{EDITION} @* +@value{UPDATED} @* + +@insertcopying +@end titlepage + +@contents + +@c ********************************************************************* +@node Top +@top Guile Inkplate + +This document describes Guile Inkplate version @value{VERSION}. + +@menu +* Introduction:: Why Guile Inkplate? +@end menu + +@c ********************************************************************* +@node Introduction +@chapter Introduction + +INTRODUCTION HERE + +This documentation is a stub. + +@bye -- cgit v1.2.3-54-g00ecf