blob: df7f5c923f37d64e864f184b274fa0cfa416a015 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- docs/Makefile.in.orig Wed Nov 10 20:13:26 2004
+++ docs/Makefile.in Wed Nov 10 20:15:59 2004
@@ -167,16 +167,20 @@
target_alias = @target_alias@
man_MANS = gftp.1
+.ifndef WITHOUT_X11
SUBDIRS = sample.gftp
+.endif
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl \
gftp-faq.sgml
+.ifdef HAVE_GNOME
Utilitiesdir = $(datadir)/applications
Utilities_DATA = gftp.desktop
Iconsdir = $(datadir)/pixmaps
Icons_DATA = gftp.png
+.endif
subdir = docs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|