diff options
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | doc/info/chap/hooks.texinfo | 5 | ||||
-rw-r--r-- | doc/info/chap/output.texinfo | 5 | ||||
-rw-r--r-- | doc/info/chap/overview.texinfo | 1 | ||||
-rw-r--r-- | doc/info/content.texinfo | 4 |
5 files changed, 16 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 8f43f25..a857f81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ _TEXINFO_DIRLEVELS = 2 _INFOPARTS = 0 _HAVE_TEXINFO_MANUAL = yes _HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentation-License.html \ - index.html Invoking.html Overview.html + index.html Invoking.html Overview.html Hooks.html Output.html # Used by mk/man.mk _MAN_PAGE_SECTIONS = 1 @@ -89,7 +89,7 @@ _COPYING = COPYING # Used by mk/dist.mk ___EVERYTHING_INFO = sat titlepage-data content hardcopy-copying \ appx/fdl appx/free-software-needs-free-documentation \ - chap/invoking chap/overview \ + chap/invoking chap/overview chap/hooks chap/output \ reusable/macros reusable/paper reusable/titlepage ___EVERYTHING_H = client common daemon daemonise parse_time _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ diff --git a/doc/info/chap/hooks.texinfo b/doc/info/chap/hooks.texinfo new file mode 100644 index 0000000..6ade0d9 --- /dev/null +++ b/doc/info/chap/hooks.texinfo @@ -0,0 +1,5 @@ +@node Hooks +@chapter Hooks + +TODO + diff --git a/doc/info/chap/output.texinfo b/doc/info/chap/output.texinfo new file mode 100644 index 0000000..8922e8d --- /dev/null +++ b/doc/info/chap/output.texinfo @@ -0,0 +1,5 @@ +@node Output +@chapter Output + +TODO + diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index a05b9a4..bff89f6 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -60,4 +60,3 @@ and @code{CLOCK_BOOTTIME_ALARM}, if you need those clocks, you can use the less powerful @command{sleep-until} which supports all clocks your operating system supports. - diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo index d620a10..85d40d4 100644 --- a/doc/info/content.texinfo +++ b/doc/info/content.texinfo @@ -10,6 +10,8 @@ @menu * Overview:: Brief overview of @command{sat}. * Invoking:: Invocation of @command{sat}. +* Hooks:: How to use hooks. +* Output:: How the output is formatted. * Free Software Needs Free Documentation:: Why free documentation is important. * GNU Free Documentation License:: Copying and sharing this manual. @@ -19,6 +21,8 @@ @include chap/overview.texinfo @include chap/invoking.texinfo +@include chap/hooks.texinfo +@include chap/output.texinfo @include appx/free-software-needs-free-documentation.texinfo |