Rename .texinfo files to .texi to get rid of the autogen.sh warning.

I am wondering if anybody still uses the content of this directory.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23344 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Frank H. Ellenberger 2013-10-28 01:02:53 +00:00
parent 45f18a7eff
commit 96f52a43e6
13 changed files with 23 additions and 23 deletions

View File

@ -1,17 +1,17 @@
info_TEXINFOS = gnucash-design.texinfo info_TEXINFOS = gnucash-design.texi
gnucash_design_TEXINFOS = \ gnucash_design_TEXINFOS = \
component-manager.texinfo \ component-manager.texi \
concept-index.texinfo \ concept-index.texi \
engine.texinfo \ engine.texi \
fdl.texinfo \ fdl.texi \
function-index.texinfo \ function-index.texi \
intro.texinfo \ intro.texi \
register.texinfo \ register.texi \
reports.texinfo \ reports.texi \
top-level.texinfo \ top-level.texi \
type-index.texinfo \ type-index.texi \
user-preferences.texinfo user-preferences.texi
# These should included as part of the automake rule set. Perhaps I # These should included as part of the automake rule set. Perhaps I
# have a version skew between automake and texinfo. # have a version skew between automake and texinfo.

View File

@ -221,17 +221,17 @@ User Preferences
@end detailmenu @end detailmenu
@end menu @end menu
@include fdl.texinfo @include fdl.texi
@include intro.texinfo @include intro.texi
@include top-level.texinfo @include top-level.texi
@include engine.texinfo @include engine.texi
@include component-manager.texinfo @include component-manager.texi
@include register.texinfo @include register.texi
@include reports.texinfo @include reports.texi
@include user-preferences.texinfo @include user-preferences.texi
@include function-index.texinfo @include function-index.texi
@include type-index.texinfo @include type-index.texi
@include concept-index.texinfo @include concept-index.texi
@summarycontents @summarycontents
@contents @contents