37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# Id: Makefile.am,v 1.5 2004/04/11 17:56:47 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 \
|
|
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 \
|
|
top \
|
|
twofiles
|
|
|
|
noinst_SCRIPTS = $(TESTS)
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
accent.txi accentenc.txi accent-text.txi \
|
|
cond.txi copying.txi \
|
|
defxcond.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 \
|
|
top.txi # top2.txi
|