/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
        for root, dirs, files in os.walk('doc'):
238
238
            r = []
239
239
            for f in files:
240
 
                if os.path.splitext(f)[1] in ('.html', '.css'):
 
240
                if os.path.splitext(f)[1] in ('.html','.css','.png','.pdf'):
241
241
                    r.append(os.path.join(root, f))
242
242
            if r:
243
243
                relative = root[4:]