diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..c23bd7d6 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,11 @@ +############################################################################### +# KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it> +############################################################################### + +SUBDIRS = scriptexamples + +EXTRA_DIST = COPYING *.txt + + +tmpdir = $(licensedir) +tmp_DATA = COPYING |