diff options
author | Darrell Anderson <darrella@clovermail.net> | 2014-10-05 10:50:02 -0500 |
---|---|---|
committer | Darrell Anderson <darrella@clovermail.net> | 2014-10-05 10:50:02 -0500 |
commit | dd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a (patch) | |
tree | 9c5c2a692aceab165ee61ed6c99b3a97402a9e84 /tutorials/Makefile.am | |
parent | fd63c2d407b3019bdddd3dc05407eb0c53111b02 (diff) | |
download | tdeaddons-dd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a.tar.gz tdeaddons-dd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a.zip |
Move Tutorials from tdebase. Add docbook & markup tutorials. Tutorials need
editing and updating. Thus the default configuration is -DBUILD_TUTORIALS=OFF.
Diffstat (limited to 'tutorials/Makefile.am')
-rw-r--r-- | tutorials/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorials/Makefile.am b/tutorials/Makefile.am new file mode 100644 index 0000000..44bd9d9 --- /dev/null +++ b/tutorials/Makefile.am @@ -0,0 +1,4 @@ +tut_DATA = .directory docprimer.desktop markup.desktop styleguide.desktop +tutdir = $(kde_datadir)/khelpcenter/plugins/Tutorials + + |