diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-07-07 11:56:52 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-07 11:32:18 +0200 |
commit | 940146bc909d5ee2dd491dbc76d07f2b6f740152 (patch) | |
tree | aaacb20a3ec258e92cbb52ea7d231aacec3ed712 /doc/mcron.texi | |
parent | 754d1d01761922b0c609058607fd854049d7b737 (diff) | |
download | mcron-940146bc909d5ee2dd491dbc76d07f2b6f740152.tar.gz mcron-940146bc909d5ee2dd491dbc76d07f2b6f740152.tar.bz2 mcron-940146bc909d5ee2dd491dbc76d07f2b6f740152.zip |
doc: Include a copy of the GNU FDL.
* doc/fdl.texi: New file.
* doc/mcron.texi: Include it.
* makefile.am (doc_mcron_TEXINFOS): New variable.
Diffstat (limited to 'doc/mcron.texi')
-rw-r--r-- | doc/mcron.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mcron.texi b/doc/mcron.texi index cb97a06..27cd1b7 100644 --- a/doc/mcron.texi +++ b/doc/mcron.texi @@ -63,6 +63,7 @@ running jobs at scheduled times. * Syntax:: All the possibilities for configuring cron jobs. * Invoking:: What happens when you run the mcron command. * Guile modules:: Incorporating mcron into another Guile program. +* GNU Free Documentation License:: The license of this manual. * Index:: The complete index. @detailmenu @@ -1329,6 +1330,11 @@ Once this module has been declared in a program, a crontab file can be used to augment the current job list with a call to @code{read-vixie-file}. +@node GNU Free Documentation License +@appendix GNU Free Documentation License + +@include fdl.texi + @node Index, , Guile modules, Top @unnumbered Index |