diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-11 12:27:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-11 17:22:03 +0900 |
| commit | ccfcc0731008aefb14c90b3c6666e2e1bc9e7e62 (patch) | |
| tree | 7d2bb345d11fd8bc7438828bdb748762f1632d62 /doc/scriptexamples/tutorial | |
| parent | 1d98349b6072dee933df022da38876624b87f923 (diff) | |
| download | kvirc-ccfcc0731008aefb14c90b3c6666e2e1bc9e7e62.tar.gz kvirc-ccfcc0731008aefb14c90b3c6666e2e1bc9e7e62.zip | |
Install script examples files in the application data folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d7d4ce7f386a8b55d50390176f563490f41c1f8)
Diffstat (limited to 'doc/scriptexamples/tutorial')
| -rw-r--r-- | doc/scriptexamples/tutorial/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/scriptexamples/tutorial/Makefile.am b/doc/scriptexamples/tutorial/Makefile.am index 914e382..e78d570 100644 --- a/doc/scriptexamples/tutorial/Makefile.am +++ b/doc/scriptexamples/tutorial/Makefile.am @@ -2,4 +2,5 @@ # KVirc IRC client Makefile - 16.12.98 Szymon Stefanek <stefanek@tin.it> ############################################################################### -EXTRA_DIST = *.kvs +tmpdir = $(docdir)/scriptexamples/tutorial +tmp_DATA = *.kvs |
