* fix `make distcheck'

This commit is contained in:
djcb 2012-10-20 12:51:19 +03:00
parent b4e9a761a2
commit 1565cf5b85
6 changed files with 21 additions and 9 deletions

View File

@ -306,14 +306,15 @@ AS_IF([test "x$PMCCABE" = "xno"],[
AC_CONFIG_FILES([
Makefile
texi/Makefile
texi/version.texi
mu/Makefile
mu/tests/Makefile
lib/Makefile
lib/tests/Makefile
mu4e/Makefile
mu4e/mu4e-meta.el
mu4e/texi.texi
guile/Makefile
guile/texi.texi
guile/mu/Makefile
guile/examples/Makefile
guile/tests/Makefile

View File

@ -10,7 +10,8 @@
@documentencoding UTF-8
@c %**end of header
@include ../texi/version.texi
@include texi.texi
@copying
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
@ -838,5 +839,5 @@ Frequency
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include ../texi/fdl.texi
@include @value{texidir}/fdl.texi
@bye

6
guile/texi.texi.in Normal file
View File

@ -0,0 +1,6 @@
@c the version for mu for including in texinfo docs
@set texidir @abs_top_srcdir@/texi
@c the version for mu for including in texinfo docs
@set mu-version @VERSION@

View File

@ -10,7 +10,8 @@
@documentencoding UTF-8
@c %**end of header
@include ../texi/version.texi
@include texi.texi
@copying
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
@ -3126,7 +3127,7 @@ lines. @t{mu} itself keeps a log as well, you can find this it in
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include ../texi/fdl.texi
@include @value{texidir}/fdl.texi
@bye

6
mu4e/texi.texi.in Normal file
View File

@ -0,0 +1,6 @@
@c the version for mu for including in texinfo docs
@set texidir @abs_top_srcdir@/texi
@c the version for mu for including in texinfo docs
@set mu-version @VERSION@

View File

@ -1,3 +0,0 @@
@c the version for mu for including in texinfo docs
@set mu-version @VERSION@