~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/bcmath/libbcmath/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
SUBDIRS= src doc
 
4
 
 
5
MAINTAINERCLEANFILES =  aclocal.m4 config.h.in configure Makefile.in \
 
6
                        stamp-h.in *~
 
7
 
 
8
dist-hook:
 
9
        cp $(srcdir)/doc/bcmath.1 $(distdir)/doc
 
10
        cp $(srcdir)/src/private.h $(distdir)/src
 
11
        cp $(srcdir)/FAQ $(distdir)
 
12