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 /makefile.am | |
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 'makefile.am')
-rw-r--r-- | makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.am b/makefile.am index 189ce02..431190c 100644 --- a/makefile.am +++ b/makefile.am @@ -33,7 +33,7 @@ CLEANFILES = mcron.c EXTRA_DIST = makefile.ed mcron.c.template BUGS info_TEXINFOS = doc/mcron.texi - +doc_mcron_TEXINFOS = doc/fdl.texi dist_man_MANS = doc/mcron.1 bin_PROGRAMS = mcron |