2003-02-20 Alexandre Duret-Lutz <adl@gnu.org>
+ * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
+ instead of ${...}.
+
* tests/defs.in: Handle required=ro-dir.
* tests/destdir.test: Use this.
## using --no-split), you'll be left with some dead info files lying
## around -- dead files which will end up in the distribution.
## *.iNN files are used on DJGPP. See the comments in install-info-am
- @rm -f $@ $@-[0-9] $@-[0-9][0-9] ${@:.info=}.i[0-9] ${@:.info=}.i[0-9][0-9]
+ @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]
## It is wrong to have `info' files dependent on %DIRSTAMP%, because
## `info' files are distributed and %DIRSTAMP% isn't: a distributed file
## should never be dependent upon a non-distributed built file.