[meld] Add a manifest file for sdist-ing and fix doc install
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Add a manifest file for sdist-ing and fix doc install
- Date: Sat, 9 Nov 2013 22:00:08 +0000 (UTC)
commit bc342dec7fce23298495a908dda2ba9a11ffac2b
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Nov 10 07:19:01 2013 +1000
Add a manifest file for sdist-ing and fix doc install
MANIFEST.in | 13 +++++++++++++
setup.py | 2 +-
2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1a952a2
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,13 @@
+recursive-include po *.po LINGUAS POTFILES.in
+
+recursive-include data/icons/hicolor *.png
+recursive-include data/icons/hicolor/scalable *.svg
+recursive-include data/icons/HighContrast *.png
+recursive-include data/icons/HighContrast/scalable *.svg
+
+recursive-include help *.page *.xml
+
+include data/gtkrc
+include data/meld.appdata.xml.in
+include data/meld.desktop.in
+include data/mime/meld.xml.in
diff --git a/setup.py b/setup.py
index e21ac0c..1afb492 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
('share/man/man1',
['meld.1']
),
- ('share/doc/meld',
+ ('share/doc/meld-' + meld.conf.__version__,
['COPYING', 'NEWS']
),
('share/meld/icons',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]