X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=9fa98b6b52b02bbfcb6b3468eab7425c6c5d8fc8;hp=56d81e32fcd2e2494a94bd184133224f18bd0d02;hb=6a6d41f91a838fa3fa2584ba936677771d86a5d0;hpb=7058232cf91da6d77ca6b25dc9b66410a37201fb diff --git a/doc/Makefile.am b/doc/Makefile.am index 56d81e32..9fa98b6b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,12 @@ ## Process this file with automake to get Makefile.in -info_TEXINFOS = tinc.texi +info_TEXINFOS = meshlink.texi man_MANS = -EXTRA_DIST = tincinclude.texi.in +EXTRA_DIST = include.texi.in -CLEANFILES = *.html tincinclude.texi +CLEANFILES = *.html include.texi # Use `ginstall' in the definition of man_MANS to avoid # confusion with the `install' target. The install rule transforms `ginstall' @@ -22,7 +22,7 @@ substitute = sed \ -e s,'@sysconfdir\@',"$(sysconfdir)",g \ -e s,'@localstatedir\@',"$(localstatedir)",g -tincinclude.texi: tincinclude.texi.in +include.texi: include.texi.in $(substitute) $? > $@ -tinc.texi: tincinclude.texi +meshlink.texi: include.texi