diff --git a/Ganeti/HTools/ExtLoader.hs b/Ganeti/HTools/ExtLoader.hs
index 896400756eff9f58291ec201ad7d3b90cac5f281..0f5a716447a1eb88158c8259f88b7609ae654e82 100644
--- a/Ganeti/HTools/ExtLoader.hs
+++ b/Ganeti/HTools/ExtLoader.hs
@@ -3,7 +3,7 @@
 {-| External data loader
 
 This module holds the external data loading, and thus is the only one
-depending (via the specialized Text/Rapi/Luxi modules) on the actual
+depending (via the specialized Text\/Rapi\/Luxi modules) on the actual
 libraries implementing the low-level protocols.
 
 -}
diff --git a/Makefile b/Makefile
index 8535e8dbdb1039df712b303c14bbee4b731a7b92..69f4fe5f08a1febda7e51a98733e02850065034f 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ doc: $(DOCS) Ganeti/HTools/Version.hs
 		-t ganeti-htools -p haddock-prologue \
 		--source-module="%{MODULE/.//}.html" \
 		--source-entity="%{MODULE/.//}.html#%{NAME}" \
-		$(HSRCS)
+		$(filter-out Ganeti/HTools/ExtLoader.hs,$(HSRCS))
 
 maintainer-clean:
 	rm -rf $(HDDIR)