2005-01-01 12:31:19 +00:00
|
|
|
# Copyright (c) 2003-2005 FlashCode <flashcode@flashtux.org>
|
2003-10-25 14:49:18 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#
|
|
|
|
|
2003-11-01 20:42:16 +00:00
|
|
|
SUBDIRS = po intl src
|
2003-10-26 22:49:49 +00:00
|
|
|
|
2004-10-30 09:53:47 +00:00
|
|
|
EXTRA_DIST = weechat-curses.1 BUGS FAQ FAQ.fr \
|
|
|
|
debian/changelog debian/control \
|
|
|
|
debian/copyright debian/files \
|
|
|
|
debian/rules debian/weechat-common.docs \
|
|
|
|
debian/weechat-common.install debian/weechat-curses.dirs \
|
|
|
|
debian/weechat-curses.install debian/weechat-gtk.dirs \
|
|
|
|
debian/weechat-gtk.install
|
2003-10-26 22:49:49 +00:00
|
|
|
|
2004-10-30 09:53:47 +00:00
|
|
|
man_MANS = weechat-curses.1
|