1# Makefile.am for texinfo. 2# $MirOS: src/gnu/usr.bin/texinfo/Makefile.am,v 1.2 2005/03/13 15:19:44 tg Exp $ 3# $Id: Makefile.am,v 1.13 2004/12/15 16:53:59 kasal Exp $ 4# Process this file with automake to produce Makefile.in in all directories. 5# 6# This file is free software; as a special exception the author gives 7# unlimited permission to copy and/or distribute it, with or without 8# modifications, as long as this notice is preserved. 9# 10# This program is distributed in the hope that it will be useful, but 11# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 12# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 13 14# Be sure we're using the right version of Automake. 15AUTOMAKE_OPTIONS = 1.8 16 17SUBDIRS = $(native_tools) info makeinfo util 18 19# for gettext. 20ACLOCAL_AMFLAGS = -I m4 21 22# In case TEXINFO_MAINT is set during make distcheck; in this case, the 23# simple doc-related files generated in info/ make distcleancheck fail. 24distcleancheck_listfiles = \ 25 find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' 26 27distclean-local: 28 -test -d "$(native_tools)" && rm -rf "$(native_tools)" 29