0880b5f
diff -up system-config-printer-1.1.13/Makefile.am.no-epydoc system-config-printer-1.1.13/Makefile.am
0880b5f
--- system-config-printer-1.1.13/Makefile.am.no-epydoc	2009-09-04 10:35:47.000000000 +0100
0880b5f
+++ system-config-printer-1.1.13/Makefile.am	2009-10-30 11:32:02.265645319 +0000
0880b5f
@@ -251,7 +251,9 @@ $(man_MANS): $(top_srcdir)/man/system-co
0880b5f
 
0880b5f
 html:	$(EXPORT_MODULES)
0880b5f
 	rm -rf html
0880b5f
-	epydoc -o html --html $(EXPORT_MODULES)
0880b5f
+	$(MKDIR_P) html
0880b5f
+	pydoc -w $(EXPORT_MODULES)
0880b5f
+	mv $(patsubst %,%.html,$(EXPORT_MODULES)) html
0880b5f
 
0880b5f
 distcheck-hook: update-po
0880b5f
 
0880b5f
diff -up system-config-printer-1.1.13/Makefile.in.no-epydoc system-config-printer-1.1.13/Makefile.in
0880b5f
--- system-config-printer-1.1.13/Makefile.in.no-epydoc	2009-09-14 15:14:03.000000000 +0100
0880b5f
+++ system-config-printer-1.1.13/Makefile.in	2009-10-30 11:32:02.266644059 +0000
0880b5f
@@ -1435,7 +1435,9 @@ $(man_MANS): $(top_srcdir)/man/system-co
0880b5f
 
0880b5f
 html:	$(EXPORT_MODULES)
0880b5f
 	rm -rf html
0880b5f
-	epydoc -o html --html $(EXPORT_MODULES)
0880b5f
+	$(MKDIR_P) html
0880b5f
+	pydoc -w $(EXPORT_MODULES)
0880b5f
+	mv $(patsubst %,%.html,$(EXPORT_MODULES)) html
0880b5f
 
0880b5f
 distcheck-hook: update-po
0880b5f
 
57508ff
diff -up system-config-printer-1.1.13/pycups-1.9.47/Makefile.no-epydoc system-config-printer-1.1.13/pycups-1.9.47/Makefile
57508ff
--- system-config-printer-1.1.13/pycups-1.9.47/Makefile.no-epydoc	2009-10-30 11:32:53.089519286 +0000
57508ff
+++ system-config-printer-1.1.13/pycups-1.9.47/Makefile	2009-10-30 11:33:07.606519162 +0000
0880b5f
@@ -14,7 +14,9 @@ cups.so: $(SOURCES)
0880b5f
 
0880b5f
 doc:	cups.so
0880b5f
 	rm -rf html
0880b5f
-	epydoc -o html --html $<
0880b5f
+	mkdir -p html
0880b5f
+	pydoc -w $(patsubst %.so,%,$<)
0880b5f
+	mv $(patsubst %.so,%.html,$<) html
0880b5f
 
0880b5f
 clean:
0880b5f
 	-rm -rf build cups.so *.pyc *~
0880b5f
diff -up system-config-printer-1.1.13/pysmbc-1.0.6/Makefile.no-epydoc system-config-printer-1.1.13/pysmbc-1.0.6/Makefile
0880b5f
--- system-config-printer-1.1.13/pysmbc-1.0.6/Makefile.no-epydoc	2009-10-30 11:32:18.597519903 +0000
0880b5f
+++ system-config-printer-1.1.13/pysmbc-1.0.6/Makefile	2009-10-30 11:32:43.671520242 +0000
0880b5f
@@ -12,7 +12,9 @@ smbc.so: $(SOURCES)
0880b5f
 
0880b5f
 doc: smbc.so
0880b5f
 	rm -rf html
0880b5f
-	epydoc -o html --html $<
0880b5f
+	mkdir -p html
0880b5f
+	pydoc -w $(patsubst %.so,%,$<)
0880b5f
+	mv $(patsubst %.so,%.html,$<) html
0880b5f
 
0880b5f
 clean:
0880b5f
 	-rm -rf build smbc.so *.pyc *~