Description: Remove dependency on epydoc
Author: Kenneth J. Pronovici <pronovic@debian.org>
Bug-Debian: https://bugs.debian.org/933613
--- ldaptor-0.0.43+debian1.orig/doc/Makefile
+++ ldaptor-0.0.43+debian1/doc/Makefile
@@ -15,8 +15,7 @@ SLIDES:=addressbook-slides.xml
 GENERATED:=\
 	$(DOCBOOK:%.xml=%/index.html) \
 	$(SLIDES:%.xml=%/index.html) \
-	$(DIAPNG) \
-	api
+	$(DIAPNG)
 
 XMLIFY:=sed 's/&/\&amp;/g; s/</\&lt;/g; s/>/\&gt;/g'
 
