NetBSD/gnu/dist/texinfo/Makefile.am

40 lines
1.5 KiB
Makefile
Raw Normal View History

2003-01-17 17:54:14 +03:00
# Makefile.am for texinfo.
2003-07-03 18:58:40 +04:00
# Id: Makefile.am,v 1.8 2003/06/10 13:42:12 karl Exp
2003-01-17 17:54:14 +03:00
# Process this file with automake to produce Makefile.in in all directories.
#
# 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.
1999-02-11 06:57:13 +03:00
# Be sure we're using the right version of Automake.
2003-07-03 18:58:40 +04:00
AUTOMAKE_OPTIONS = 1.7.5 readme-alpha
1999-02-11 06:57:13 +03:00
# Additional files to distribute.
2003-07-03 18:58:40 +04:00
EXTRA_DIST = INSTALL.generic INTRODUCTION config.rpath djgpp
2001-07-25 20:20:30 +04:00
# This is to prevent texinfo.tex from being included in the top-level
# distribution directory.
TEXINFO_TEX = doc/texinfo.tex
1999-02-11 06:57:13 +03:00
# All subdirectories.
2003-01-17 17:54:14 +03:00
# Do intl, m4, and lib first since the C programs depend on them.
# Do doc last so makeinfo will be built when we get there.
1999-02-11 06:57:13 +03:00
# Others are alphabetical.
2003-01-17 17:54:14 +03:00
SUBDIRS = intl m4 lib info makeinfo po util doc
2001-07-25 20:20:30 +04:00
2003-01-17 17:54:14 +03:00
# for gettext.
ACLOCAL_AMFLAGS = -I m4
# In case TEXINFO_MAINT is set during make distcheck; in this case, the
# simple doc-related files generated in info/ make distcleancheck fail.
distcleancheck_listfiles = \
find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
# One special target for installers to use by hand if desired.
2001-07-25 20:20:30 +04:00
install-tex:
cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex