* fix `make distcheck'
This commit is contained in:
@ -306,14 +306,15 @@ AS_IF([test "x$PMCCABE" = "xno"],[
|
|||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
texi/Makefile
|
texi/Makefile
|
||||||
texi/version.texi
|
|
||||||
mu/Makefile
|
mu/Makefile
|
||||||
mu/tests/Makefile
|
mu/tests/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/tests/Makefile
|
lib/tests/Makefile
|
||||||
mu4e/Makefile
|
mu4e/Makefile
|
||||||
mu4e/mu4e-meta.el
|
mu4e/mu4e-meta.el
|
||||||
|
mu4e/texi.texi
|
||||||
guile/Makefile
|
guile/Makefile
|
||||||
|
guile/texi.texi
|
||||||
guile/mu/Makefile
|
guile/mu/Makefile
|
||||||
guile/examples/Makefile
|
guile/examples/Makefile
|
||||||
guile/tests/Makefile
|
guile/tests/Makefile
|
||||||
|
|||||||
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
@documentencoding UTF-8
|
@documentencoding UTF-8
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
@include ../texi/version.texi
|
|
||||||
|
@include texi.texi
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
|
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
|
||||||
@ -838,5 +839,5 @@ Frequency
|
|||||||
@node GNU Free Documentation License
|
@node GNU Free Documentation License
|
||||||
@appendix GNU Free Documentation License
|
@appendix GNU Free Documentation License
|
||||||
|
|
||||||
@include ../texi/fdl.texi
|
@include @value{texidir}/fdl.texi
|
||||||
@bye
|
@bye
|
||||||
|
|||||||
6
guile/texi.texi.in
Normal file
6
guile/texi.texi.in
Normal 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@
|
||||||
|
|
||||||
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
@documentencoding UTF-8
|
@documentencoding UTF-8
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
@include ../texi/version.texi
|
|
||||||
|
@include texi.texi
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
|
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
|
||||||
@ -3127,6 +3128,6 @@ lines. @t{mu} itself keeps a log as well, you can find this it in
|
|||||||
@node GNU Free Documentation License
|
@node GNU Free Documentation License
|
||||||
@appendix GNU Free Documentation License
|
@appendix GNU Free Documentation License
|
||||||
|
|
||||||
@include ../texi/fdl.texi
|
@include @value{texidir}/fdl.texi
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
|||||||
6
mu4e/texi.texi.in
Normal file
6
mu4e/texi.texi.in
Normal 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@
|
||||||
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
@c the version for mu for including in texinfo docs
|
|
||||||
@set mu-version @VERSION@
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user