Index: bitbake-1.8.0/setup.py
===================================================================
--- bitbake-1.8.0.orig/setup.py	2007-03-28 23:46:02.000000000 +0200
+++ bitbake-1.8.0/setup.py	2007-03-28 23:46:05.000000000 +0200
@@ -42,7 +42,7 @@
         sys.exit(ret)
     os.chdir(origpath)
 
-if 'bdist' in sys.argv[1:]:
+if True:
     generate_doc('html')
 
 sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'lib'))
@@ -62,9 +62,9 @@
                os.path.join('bin', 'bbimage')],
       data_files=[(os.path.join(bbdir, 'conf'), [os.path.join('conf', 'bitbake.conf')]),
                   (os.path.join(bbdir, 'classes'), [os.path.join('classes', 'base.bbclass')]),
-                  (os.path.join(docdir, 'bitbake-%s' % bb.__version__, 'html'), glob.glob(os.path.join('doc', 'manual', 'html', '*.html'))),
-                  (os.path.join(docdir, 'bitbake-%s' % bb.__version__, 'pdf'), glob.glob(os.path.join('doc', 'manual', 'pdf', '*.pdf'))),],
+                  (os.path.join(docdir, 'bitbake', 'html'), glob.glob(os.path.join('doc', 'manual', 'html', '*'))),
+                  ],
      )
 
-if 'bdist' in sys.argv[1:]:
+if True:
     clean_doc('html')
