~ubuntu-branches/ubuntu/vivid/ssed/vivid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2004-03-23 16:45:36 UTC
  • Revision ID: james.westby@ubuntu.com-20040323164536-r0jrs8udv1ftwoac
Tags: upstream-3.60
ImportĀ upstreamĀ versionĀ 3.60

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
# Automake requirements
 
4
AUTOMAKE_OPTIONS = gnu 1.4
 
5
ACLOCAL_AMFLAGS = -I config
 
6
 
 
7
PACKAGE = sed
 
8
 
 
9
SUBDIRS = doc lib intl pcre po sed testsuite
 
10
 
 
11
noinst_DATA = bootstrap.sh
 
12
noinst_HEADERS = basicdefs.h
 
13
 
 
14
EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot bootstrap.sh         \
 
15
        config/codeset.m4  config/gettext.m4   config/iconv.m4        \
 
16
        config/getline.m4  config/glibc21.m4   config/isc-posix.m4    \
 
17
        config/lcmessage.m4 config/progtest.m4 config/texi2dvi        \
 
18
        config/help2man
 
19
 
 
20
html:
 
21
        cd doc && make html
 
22
 
 
23