annotate docs/Makefile.am @ 105:ae13b18c9336
2003-2-9 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (parse_time) - parse more time formats. Better
error checking. If there was an error parsing this time,
skip ahead to the next token
* lib/rfc2068.c - this was completely broken. This was broken whenever
I did the conversion over to use the gftp_get_line() function.
* lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
author |
masneyb |
date |
Sun, 09 Feb 2003 20:05:35 +0000 |
parents |
d74bfa342116 |
children |
8978792d0855 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 man_MANS=gftp.1
|
|
4 SUBDIRS=sample.gftp
|
26
|
5 EXTRA_DIST=USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl
|
1
|
6
|
|
7 Utilitiesdir = $(datadir)/gnome/apps/Internet
|
|
8 Utilities_DATA = gftp.desktop
|
|
9
|
|
10 Iconsdir = $(datadir)/pixmaps
|
|
11 Icons_DATA = gftp.png
|