Mercurial > gftp.yaz
view docs/Makefile.am @ 313:32a6b26b7026
2003-11-9 Brian Masney <masneyb@gftp.org>
* lib/options.h lib/protoocols.c - added enable_ipv6 option.
* lib/rfc959.c lib/protocols.c - if there is an error creating a socket, log a more informative error about what kind of socket was attempted
to be created.
author | masneyb |
---|---|
date | Mon, 10 Nov 2003 01:59:51 +0000 |
parents | cf283d076239 |
children | bd6e59d7b5b4 |
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)/gnome/apps/Internet Utilities_DATA = gftp.desktop Iconsdir = $(datadir)/pixmaps Icons_DATA = gftp.png if HAVE_DOCBOOK 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 else html: echo "***" echo "*** Warning: FAQ not built" echo "***" pdf: echo "***" echo "*** Warning: FAQ not built" echo "***" dist-hook: echo "***" echo "*** Warning: FAQ not built" echo "*** DISTRIBUTION IS INCOMPLETE" echo "***" endif