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:21:43 +0900 |
| commit | 6d7d4ce7f386a8b55d50390176f563490f41c1f8 (patch) | |
| tree | 87531c60b620631e267f349610ad82cd00003501 /doc/scriptexamples/tutorial | |
| parent | df4d7571cb04baa21adfae896376f41a753dc968 (diff) | |
| download | kvirc-6d7d4ce7f386a8b55d50390176f563490f41c1f8.tar.gz kvirc-6d7d4ce7f386a8b55d50390176f563490f41c1f8.zip | |
Install script examples files in the application data folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |
