annotate Makefile.am @ 119:71c8f9c09566
Updated Polish translation by GNOME PL Team <translators@gnome.pl>
author |
chyla |
date |
Fri, 14 Mar 2003 02:59:48 +0000 |
parents |
cd3e457cbc85 |
children |
5c952c5cb438 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
66
|
3 SUBDIRS= intl docs lib po src
|
|
4 EXTRA_DIST= config.rpath mkinstalldirs ChangeLog-old README THANKS TODO \
|
26
|
5 gftp.spec.in debian/changelog debian/control debian/copyright \
|
|
6 debian/dirs debian/docs debian/menu debian/rules
|
1
|
7
|
|
8 dist-hook:
|
|
9 cp gftp.spec $(distdir)
|
26
|
10
|
|
11 ACLOCAL_AMFLAGS = -I m4
|