view docs/Makefile.am @ 941:19b6d55e2646

2008-01-24 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/transfer.c src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/bookmarks.c src/uicommon/gftpui.c - s/g_malloc/g_malloc0/
author masneyb
date Thu, 24 Jan 2008 23:26:45 +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