--- gcc-4.5-4.5.2/debian/rules.defs.orig	2011-02-03 16:52:05.062397896 +0100
+++ gcc-4.5-4.5.2/debian/rules.defs	2011-02-03 17:09:45.332397628 +0100
@@ -705,12 +705,6 @@
   extra_package := yes
 endif
 
-# Don't include docs with GFDL invariant sections
-GFDL_INVARIANT_FREE := yes
-ifeq ($(distribution),Ubuntu)
-  GFDL_INVARIANT_FREE := no
-endif
-
 with_nls := yes
 ifeq ($(PKGSOURCE),gcc-snapshot)
   with_nls := no
@@ -761,6 +755,12 @@
 # plugins --------------------
 with_plugins := yes
 
+# Don't include docs with GFDL invariant sections
+GFDL_INVARIANT_FREE := yes
+ifeq ($(distribution),Ubuntu)
+  GFDL_INVARIANT_FREE := no
+endif
+
 # -------------------------------------------------------------------
 # non-extra config
 ifeq ($(extra_package),yes)
