blob: b64b1b2d84ce159078ec3a6fc23c4d889bfaccea (
plain)
1
2
3
4
5
6
7
8
9
10
|
###############################################################################
# KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it>
###############################################################################
SUBDIRS = man scriptexamples
EXTRA_DIST = COPYING *.txt
tmpdir = $(licensedir)
tmp_DATA = COPYING
|