diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-09 22:20:31 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-09 22:20:31 -0400 |
commit | 29993416fb4d19c1c3bb146367fc4bed74845486 (patch) | |
tree | 2073aeaac4bf8d27e49191a2d780f812ab6ceb84 /doc/misc/semantic.texi | |
parent | 61784fd180c2f8ab056ddd1af7302ce58afded9f (diff) | |
download | emacs-29993416fb4d19c1c3bb146367fc4bed74845486.tar.gz |
Add .info extension to @setfilename commands in doc/
This makes no difference to anything, since we always use makeinfo -o,
but it makes automake happier, if we ever decide to use that.
Diffstat (limited to 'doc/misc/semantic.texi')
-rw-r--r-- | doc/misc/semantic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index 0b0d7a364d6..9b9f29f1f19 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi @@ -1,5 +1,5 @@ \input texinfo -@setfilename ../../info/semantic +@setfilename ../../info/semantic.info @set TITLE Semantic Manual @set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim @settitle @value{TITLE} |