Mercurial > gftp.yaz
view docs/Makefile.am @ 783:6f766002bff2
2006-7-21 Brian Masney <masneyb@gftp.org>
* src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol
dropdown when some protocols are disabled (from
Aurelien Jarno <aurelien@aurel32.net>) (closes #348177)
* src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use
pause(). This causes a problem on systems that use NPTL. Use nanosleep()
instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883)
author | masneyb |
---|---|
date | Fri, 21 Jul 2006 13:17:33 +0000 |
parents | bd6e59d7b5b4 |
children | af346af22fba |
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 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