]> git.pld-linux.org Git - packages/bkchem.git/commitdiff
- get rid of INSTALL.binary (by Piotr Wawrzyniak)
authorradek <radek@pld-linux.org>
Mon, 18 Jul 2005 10:52:58 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bkchem-setup.py.patch -> 1.1

bkchem-setup.py.patch [new file with mode: 0644]

diff --git a/bkchem-setup.py.patch b/bkchem-setup.py.patch
new file mode 100644 (file)
index 0000000..a4b3cd9
--- /dev/null
@@ -0,0 +1,11 @@
+--- setup.py.orig      2005-07-15 10:33:43.000000000 +0200
++++ setup.py   2005-07-15 10:34:00.000000000 +0200
+@@ -65,7 +65,7 @@
+                ('share/bkchem/pixmaps', glob.glob( 'pixmaps/*.gif')),
+                ('share/bkchem/dtd', glob.glob( 'dtd/*.dtd') + glob.glob( 'dtd/*.xsd')),
+                ('share/bkchem/plugins', glob.glob( 'plugins/*.py')+glob.glob( 'plugins/*.xml')),
+-               ('share/doc/bkchem', glob.glob( 'doc/*.xml') + glob.glob( 'doc/*.html') + ['README', 'RELEASE', 'INSTALL', 'INSTALL.binary', 'progress.log']),
++               ('share/doc/bkchem', glob.glob( 'doc/*.xml') + glob.glob( 'doc/*.html') + ['README', 'RELEASE', 'INSTALL', 'progress.log']),
+                #('share/doc/bkchem/ps', glob.glob( 'doc/ps/*')),
+                #('share/doc/bkchem/pdf', glob.glob( 'doc/pdf/*')),
+                ('share/doc/bkchem/html', glob.glob( 'doc/html/*')),
This page took 0.102098 seconds and 4 git commands to generate.