diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-06-10 13:21:50 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-06-10 13:21:50 +0000 |
commit | 0766fc34a2525ed5b1d084ea33b198382d10e7d5 (patch) | |
tree | 416bbb9ee74fd1267a31ae8f52a3127d1815f23f /gnu/usr.bin/texinfo/makeinfo/tests/macro-at | |
parent | e9d84711c304eca76d998c83ddae54ec5ec7e5fb (diff) |
TeXinfo 4.2, much more robust html (and other formats) output, and a few
features that new FSF programs will need (e.g., gcc snapshots).
looked at by fgs@, thanks.
Diffstat (limited to 'gnu/usr.bin/texinfo/makeinfo/tests/macro-at')
-rw-r--r-- | gnu/usr.bin/texinfo/makeinfo/tests/macro-at | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/tests/macro-at b/gnu/usr.bin/texinfo/makeinfo/tests/macro-at new file mode 100644 index 00000000000..90841e89f11 --- /dev/null +++ b/gnu/usr.bin/texinfo/makeinfo/tests/macro-at @@ -0,0 +1,7 @@ +#!/bin/sh +# Test @@ in macro expansions, etc. --eliz, 14nov99. + +: ${srcdir=.} +../makeinfo $srcdir/macro-at.txi || exit 1 + +rm -f macro-at.info |