$OpenBSD: patch-GNUmakefile,v 1.14 2010/05/09 17:00:39 kili Exp $
--- GNUmakefile.orig	Sat May  8 10:47:47 2010
+++ GNUmakefile	Sat May  8 13:46:37 2010
@@ -29,12 +29,12 @@ website: ps pdf html doc/manual/bigpage.html
 ### TODO use latex2html since bigpage seems to needslatex2html anyway;
 ###      we can restore hevea/tex4ht support when we move this to Setup.lhs
 doc/manual/index.html: doc/manual/darcs.tex src/gpl.tex doc/darcs.css
-	latex2html -split +1 -dir doc/manual doc/manual/darcs.tex
+	latex2html -noaddress -split +1 -dir doc/manual doc/manual/darcs.tex
 	cp -f doc/darcs.css doc/manual/darcs.css
 
 doc/manual/bigpage.html: doc/manual/darcs.tex src/gpl.tex doc/darcs.css
 	ln -sf darcs.tex doc/manual/bigpage.tex
-	latex2html -split 0 -external_file darcs -prefix big \
+	latex2html -noaddress -split 0 -external_file darcs -prefix big \
 		-no_auto_link -dir doc/manual doc/manual/bigpage.tex
 	cp -f doc/darcs.css doc/manual/bigpage.css
 
