From: Hilmar Preusse <hille42@web.de>
Date: Sat, 06 Apr 2024 00:03:30 +0200
Forwarded: Not needed.
Subject: Enable documentation generation.

--- rubber.git.orig/setup.py
+++ rubber.git/setup.py
@@ -39,10 +39,10 @@
 
 
 class build(BuildCommand):
-    man = False
-    info = False
-    html = False
-    pdf = False
+    man = True
+    info = True
+    html = True
+    pdf = True
     txt = False
     user_options = BuildCommand.user_options + [
         ("man=", None, "build Manpages [{default}]".format(default=man)),
