2008-12-05 16:12:47 +01:00
|
|
|
--- docs/Makefile.in.orig 2008-12-04 19:27:08.000000000 +0100
|
|
|
|
+++ docs/Makefile.in 2008-12-04 19:30:20.000000000 +0100
|
|
|
|
@@ -247,14 +247,18 @@
|
|
|
|
sysconfdir = @sysconfdir@
|
2004-11-10 20:42:23 +01:00
|
|
|
target_alias = @target_alias@
|
2003-01-02 20:46:05 +01:00
|
|
|
man_MANS = gftp.1
|
|
|
|
+.ifndef WITHOUT_X11
|
2000-10-05 09:22:56 +02:00
|
|
|
SUBDIRS = sample.gftp
|
2003-01-02 20:46:05 +01:00
|
|
|
+.endif
|
2004-11-10 20:42:23 +01:00
|
|
|
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl \
|
|
|
|
gftp-faq.sgml
|
2003-11-10 19:03:08 +01:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
+.ifdef HAVE_GNOME
|
2004-11-10 20:42:23 +01:00
|
|
|
Utilitiesdir = $(datadir)/applications
|
2000-10-05 09:22:56 +02:00
|
|
|
Utilities_DATA = gftp.desktop
|
|
|
|
Iconsdir = $(datadir)/pixmaps
|
|
|
|
Icons_DATA = gftp.png
|
2000-10-13 11:38:52 +02:00
|
|
|
+.endif
|
2008-12-05 16:12:47 +01:00
|
|
|
all: all-recursive
|
|
|
|
|
|
|
|
.SUFFIXES:
|