1# $MirOS: src/gnu/usr.bin/texinfo/util/Makefile.am,v 1.2 2005/03/13 15:19:46 tg Exp $ 2# $Id: Makefile.am,v 1.14 2004/08/26 11:43:18 karl Exp $ 3# Makefile.am for texinfo/util. 4# Run automake in .. to produce Makefile.in from this. 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 14bin_PROGRAMS = ginstall-info texindex 15 16# Use `ginstall-info' in the definition of PROGRAMS and in dependencies 17# because automake generates an install-info target in every Makefile (a 18# bug, IMHO, but this is easier than patching Automake.) 19ginstall_info_SOURCES = install-info.c 20 21# Transform `ginstall-info' to `install-info' before applying any 22# user-specified name transformations. 23transform = s/ginstall-info/install-info/; $(program_transform_name) 24 25# Most of these are for fun. 26# 27EXTRA_DIST = fix-info-dir gen-dir-node 28