* doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo.

This commit is contained in:
Gary V. Vaughan 2004-08-27 14:27:35 +00:00
parent f9d3dd3c1c
commit 1a2b98ffdb
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-08-27 Gary V. Vaughan <gary@gnu.org>
* doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo.
* doc/libtool.texi (Cheap tricks): Fix the instructions for making
a ltmain.in wrapping libtool in light of recent changes to the
version checking code.

View File

@ -5215,7 +5215,7 @@ trick$ sed 's%^\(macro_version=\).*$%\1@@VERSION@@%;
trick$ echo '. /home/src/libtool/ltmain.in' >> libtool
trick$ chmod +x libtool
trick$ libtool --version
ltmain.sh (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
ltmain.sh (GNU @@PACKAGE@@@@TIMESTAMP@@) @@VERSION@@
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO