1# $Id: Makefile.am,v 1.1.1.3 2006/07/17 16:03:49 espie Exp $ 2# Makefile.am for texinfo/tests/makeinfo. 3# 4# This file is free software; as a special exception the author gives 5# unlimited permission to copy and/or distribute it, with or without 6# modifications, as long as this notice is preserved. 7# 8# This program is distributed in the hope that it will be useful, but 9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 11 12TESTS = accent accentenc \ 13 cond \ 14 copying \ 15 defxcond \ 16 html-docdesc html-extrali html-min html-manuals html-para html-title \ 17 html-top \ 18 include-value \ 19 macro-at menu-whitespace \ 20 no-headers \ 21 node-expand node-value node-whitespace \ 22 top \ 23 twofiles 24 25noinst_SCRIPTS = $(TESTS) 26 27EXTRA_DIST = $(noinst_SCRIPTS) \ 28 accent.txi accentenc.txi accent-text.txi \ 29 cond.txi copying.txi \ 30 defxcond.txi \ 31 html-docdesc.txi html-extrali.txi html-min.txi html-para.txi html-title.txi \ 32 html-top.txi \ 33 include-value.txi incl-incl.txi \ 34 macro-at.txi menu-whitespace.txi \ 35 node-expand.txi node-value.txi node-whitespace.txi \ 36 top.txi # top2.txi 37