blob: 338e9203a49943c5d531e27b493c3aaf09ee8a32 (
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 = *.txt
tmpdir = $(licensedir)
tmp_DATA = COPYING
|