annotate Makefile.am @ 886:314c1a72ede5
2007-3-12 Brian Masney <masneyb@gftp.org>
* docs/Makefile.am - fixes for building the documentation
* Makefile.am - removed mkinstalldirs from EXTRA_DIST
author |
masneyb |
date |
Tue, 13 Mar 2007 02:03:59 +0000 |
parents |
44961d0159ed |
children |
5b7b1d5ac06e |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
870
|
3 SUBDIRS= docs lib po src
|
886
|
4 EXTRA_DIST= config.rpath ChangeLog-old README THANKS TODO \
|
440
|
5 gftp.spec.in debian/changelog debian/compat debian/control debian/copyright \
|
|
6 debian/gftp-common.dirs debian/gftp-common.docs debian/gftp-common.install \
|
|
7 debian/gftp-gtk.install debian/gftp-gtk.links debian/gftp-gtk.menu \
|
|
8 debian/gftp-text.install debian/gftp-text.links debian/gftp-text.postinst \
|
|
9 debian/gftp-text.prerm debian/rules
|
1
|
10
|
|
11 dist-hook:
|
|
12 cp gftp.spec $(distdir)
|
26
|
13
|
|
14 ACLOCAL_AMFLAGS = -I m4
|
440
|
15
|