view docs/Makefile.am @ 895:4ab11f70a7f4

2007-3-15 Brian Masney <masneyb@gftp.org> * lib/sshv2.c lib/gftp.h lib/rfc959.c lib/protocols.c lib/fsp.c lib/local.c lib/rfc2068.c src/uicommon/gftpui.c - removed fd argument to *_get_file(), *_put_file() and gftp_transfer_file().
author masneyb
date Fri, 16 Mar 2007 02:44:07 +0000
parents 314c1a72ede5
children
line wrap: on
line source

## Process this file with automake to produce Makefile.in

man_MANS=gftp.1
SUBDIRS=sample.gftp
EXTRA_DIST=USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl \
           gftp-faq.sgml

Utilitiesdir = $(datadir)/applications
Utilities_DATA = gftp.desktop

Iconsdir = $(datadir)/pixmaps
Icons_DATA = gftp.png

html:
	if test -w $(srcdir); then \
		(cd $(srcdir); \
		db2html -u gftp-faq.sgml); \
	fi

pdf:
	if test -w $(srcdir); then \
		(cd $(srcdir); db2pdf gftp-faq.sgml); \
	fi

clean:
	rm -rf gftp-faq gftp-faq.junk gftp-faq.pdf

dist-hook: html
	cp $(srcdir)/gftp-faq/gftp-faq.html $(distdir)/../README.html
	html2text -nobs -o $(distdir)/../README -style pretty $(srcdir)/gftp-faq/gftp-faq.html