summaryrefslogtreecommitdiff
path: root/templates/texinfo.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/texinfo.template')
-rw-r--r--templates/texinfo.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/texinfo.template b/templates/texinfo.template
index c910badfb..58948a068 100644
--- a/templates/texinfo.template
+++ b/templates/texinfo.template
@@ -51,10 +51,18 @@ $endif$
@end titlepage
$endif$
+$for(include-before)$
+$include-before$
+
+$endfor$
$if(toc)$
@contents
$endif$
$body$
+$for(include-after)$
+
+$include-after$
+$endfor$
@bye