view doc/Makefile.am @ 13417:dc05405864bd

[gaim-migrate @ 15792] Better NULL checking... Resolves CID 64: Event deref_ptr: Directly dereferenced pointer "b" 248 if (b->account->gc != NULL && b->account->gc->prpl != NULL) Event check_after_deref: Pointer "b" dereferenced before NULL check 251 if (b && b->account->gc && og && ng) { committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Mar 2006 01:56:29 +0000
parents 6a8a595e17b1
children 086a3d208b22
line wrap: on
line source

man_MANS = gaim.1

EXTRA_DIST = \
	C-HOWTO.dox \
	CREDITS \
	FAQ \
	PERL-HOWTO.dox \
	TCL-HOWTO.dox \
	account-signals.dox \
	blist-signals.dox \
	cipher-signals.dox \
	connection-signals.dox \
	conversation-signals.dox \
	core-signals.dox \
	dbus-server-signals.dox \
	gaim.1.in \
	gaims_funniest_home_convos.txt \
	gtkaccount-signals.dox \
	gtkblist-signals.dox \
	gtkconv-signals.dox \
	gtklog-signals.dox \
	gtkimhtml-signals.dox \
	gtkrc-2.0 \
	log-signals.dox \
	notify-signals.dox \
	plugin-i18n.dox \
	plugin-ids.dox \
	plugin-signals.dox \
	savedstatus-signals.dox \
	sound-signals.dox \
	the_penguin.txt \
	xfer-signals.dox