Rev 3117: (bialix) Python-based installer should contain png and pdf in Docs. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Sat Dec 15 20:05:05 GMT 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3117
revision-id:pqm at pqm.ubuntu.com-20071215200456-98e8x5v3iconkigg
parent: pqm at pqm.ubuntu.com-20071215190938-hf41qy692wpay7dh
parent: bialix at ukr.net-20071215181606-4omsw00cjnis4qbl
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sat 2007-12-15 20:04:56 +0000
message:
  (bialix) Python-based installer should contain png and pdf in Docs.
modified:
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
    ------------------------------------------------------------
    revno: 3113.4.1
    revision-id:bialix at ukr.net-20071215181606-4omsw00cjnis4qbl
    parent: pqm at pqm.ubuntu.com-20071214163914-dqiqxlhho36ce54r
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: win32.installer
    timestamp: Sat 2007-12-15 20:16:06 +0200
    message:
      Python-based installer should contain png and pdf in Docs.
    modified:
      setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'setup.py'
--- a/setup.py	2007-10-16 16:02:01 +0000
+++ b/setup.py	2007-12-15 18:16:06 +0000
@@ -236,7 +236,7 @@
         for root, dirs, files in os.walk('doc'):
             r = []
             for f in files:
-                if os.path.splitext(f)[1] in ('.html', '.css'):
+                if os.path.splitext(f)[1] in ('.html','.css','.png','.pdf'):
                     r.append(os.path.join(root, f))
             if r:
                 relative = root[4:]




More information about the bazaar-commits mailing list