NetBSD/gnu/dist/texinfo/Makefile.am

24 lines
788 B
Makefile
Raw Normal View History

1999-02-11 06:57:13 +03:00
## Makefile.am for texinfo.
2001-07-25 20:20:30 +04:00
## $Id: Makefile.am,v 1.1.1.2 2001/07/25 16:20:35 assar Exp $
1999-02-11 06:57:13 +03:00
## Process this file with automake to produce Makefile.in in all directories.
# Be sure we're using the right version of Automake.
2001-07-25 20:20:30 +04:00
AUTOMAKE_OPTIONS = 1.4 readme-alpha
1999-02-11 06:57:13 +03:00
# Additional files to distribute.
2001-07-25 20:20:30 +04:00
EXTRA_DIST = INTRODUCTION dir-example djgpp
# 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.
# Do intl/ and lib/ first since the C programs depend on them.
# Do doc/ last so makeinfo will be built when we get there.
# Others are alphabetical.
SUBDIRS = intl lib info makeinfo po util doc
2001-07-25 20:20:30 +04:00
# One special target for them to use by hand.
install-tex:
cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex