diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 14:35:46 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 14:35:46 -0600 |
commit | 510bd507eca1284ba1e85c5da8ecca82d3574023 (patch) | |
tree | b6e1397a7765c6701685da74ce329bd5f9dac704 /kommander/working/plugintemplate/Makefile.am | |
parent | 8a4a98cbfd7de33b8f614e7e4f0c9fa68076d98d (diff) | |
download | tdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.tar.gz tdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.zip |
Update and rename files in support of commit 722ce1ef.
Diffstat (limited to 'kommander/working/plugintemplate/Makefile.am')
-rw-r--r-- | kommander/working/plugintemplate/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am index 06a26086..037be656 100644 --- a/kommander/working/plugintemplate/Makefile.am +++ b/kommander/working/plugintemplate/Makefile.am @@ -3,10 +3,10 @@ dataFiles = src-Makefile.am plugin.cpp \ templateName = kommanderplugin ### no need to change below: -template_DATA = $(templateName).kdevtemplate +template_DATA = $(templateName).tdevtemplate templatedir = ${appwizarddatadir}/templates -appwizarddatadir = ${kde_datadir}/kdevappwizard +appwizarddatadir = ${kde_datadir}/tdevappwizard $(templateName).tar.gz: ${dataFiles} $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles} $(GZIP_COMMAND) -f9 $(templateName).tar |