<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -Nru DVDStyler-1.8.2.1.orig/docs/Makefile.am DVDStyler-1.8.2.1/docs/Makefile.am
--- DVDStyler-1.8.2.1.orig/docs/Makefile.am	2011-02-13 18:03:04.000000000 +0100
+++ DVDStyler-1.8.2.1/docs/Makefile.am	2011-10-20 16:02:05.813006921 +0200
@@ -8,6 +8,7 @@
 	t=`mktemp -d tempXXXXXXX`; \
 	(cd "$$t" &amp;&amp; $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml &amp;&amp; rm -f *.hh* &amp;&amp; $(ZIP) ../help$*.zip *.html) ; \
 	rm -f "$$t"/*.html ; \
+	rm -f "$$t"/*.proc ; \
 	rmdir "$$t"
 	$(ZIP) help$*.zip htmlhelp.hhp toc.hhc images/*.png
 
diff -Nru DVDStyler-1.8.2.1.orig/docs/Makefile.in DVDStyler-1.8.2.1/docs/Makefile.in
--- DVDStyler-1.8.2.1.orig/docs/Makefile.in	2011-02-13 18:18:08.000000000 +0100
+++ DVDStyler-1.8.2.1/docs/Makefile.in	2011-10-20 16:01:55.293853636 +0200
@@ -463,6 +463,7 @@
 	t=`mktemp -d tempXXXXXXX`; \
 	(cd "$$t" &amp;&amp; $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide$*.xml &amp;&amp; rm -f *.hh* &amp;&amp; $(ZIP) ../help$*.zip *.html) ; \
 	rm -f "$$t"/*.html ; \
+	rm -f "$$t"/*.proc ; \
 	rmdir "$$t"
 	$(ZIP) help$*.zip htmlhelp.hhp toc.hhc images/*.png
 
</pre></body></html>