1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # $Id: Makefile.am,v 1.7 2006-07-10 23:07:12 karl Exp $
- # Makefile.am for texinfo/tests/makeinfo.
- #
- # This file is free software; as a special exception the author gives
- # unlimited permission to copy and/or distribute it, with or without
- # modifications, as long as this notice is preserved.
- #
- # This program is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- TESTS = accent accentenc \
- cond \
- copying \
- defxcond \
- emph-option \
- html-docdesc html-extrali html-min html-manuals html-para html-title \
- html-top \
- include-value \
- macro-at menu-whitespace \
- no-headers \
- node-expand node-value node-whitespace \
- quote-args \
- top \
- twofiles
- noinst_SCRIPTS = $(TESTS)
- EXTRA_DIST = $(noinst_SCRIPTS) \
- accent.txi accentenc.txi accent-text.txi \
- cond.txi copying.txi \
- defxcond.txi \
- emph-option.txi \
- html-docdesc.txi html-extrali.txi html-min.txi html-para.txi html-title.txi \
- html-top.txi \
- include-value.txi incl-incl.txi \
- macro-at.txi menu-whitespace.txi \
- node-expand.txi node-value.txi node-whitespace.txi \
- quote-args.txi \
- top.txi # top2.txi
|