mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
763 B
Makefile
20 lines
763 B
Makefile
## Makefile.am for texinfo.
|
|
## $Id: Makefile.am,v 1.1 2004/10/28 18:14:06 zooey Exp $
|
|
## Process this file with automake to produce Makefile.in in all directories.
|
|
|
|
# Be sure we're using the right version of Automake.
|
|
# 1.2f was the first version that supported .txi as a Texinfo suffix.
|
|
AUTOMAKE_OPTIONS = 1.2f
|
|
|
|
# Additional files to distribute.
|
|
EXTRA_DIST = INTRODUCTION dir-example
|
|
|
|
# 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
|
|
# ??? For EGCS, only build the stuff we actually need. This eliminates the
|
|
# need for xgettext that exists in the po subdirectory.
|
|
SUBDIRS = intl lib makeinfo
|