annotate Makefile.am @ 420:1939cafbc525
2004-03-07 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
author |
adrighem |
date |
Sun, 07 Mar 2004 16:24:17 +0000 |
parents |
7d7d8299610d |
children |
44a018ea578c |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
202
|
3 SUBDIRS= docs intl 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
|