diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:59:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:59:30 -0600 |
commit | c82fea08078a724716c673258d296e240c517368 (patch) | |
tree | b7f1a6eb07dc87ecac369edf100db6fe48e5e758 /app_templates/tdeioslave/MANIFEST.in | |
parent | c43637b57fccc8d056ce53af8b41a3f9e79d6c38 (diff) | |
download | pytdeextensions-c82fea08078a724716c673258d296e240c517368.tar.gz pytdeextensions-c82fea08078a724716c673258d296e240c517368.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'app_templates/tdeioslave/MANIFEST.in')
-rw-r--r-- | app_templates/tdeioslave/MANIFEST.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app_templates/tdeioslave/MANIFEST.in b/app_templates/tdeioslave/MANIFEST.in new file mode 100644 index 0000000..c2dde3f --- /dev/null +++ b/app_templates/tdeioslave/MANIFEST.in @@ -0,0 +1,6 @@ +recursive-include doc *.docbook *.png +recursive-include po *.po *.pot +include AUTHORS ChangeLog COPYING INSTALL MANIFEST.in NEWS README TODO +global-include *.desktop *.py *.ui *.png *.lsm +global-exclude *~ .svn +global-exclude *~ .cvs |