1234567891011121314 |
- #! /bin/sh
- # Copyright (C) 2013 Free Software Foundation, Inc.
- #
- # Copying and distribution of this file, with or without modification,
- # are permitted in any medium without royalty provided the copyright
- # notice and this notice are preserved.
- if [ z"$srcdir" = 'z' ]; then
- srcdir=.
- fi
- "$srcdir"/parser_tests.sh "$@" all \
- tex_html tex_html_manuals tex_html_singular
|