$OpenBSD: patch-GNUmakefile,v 1.15 2012/05/09 21:00:20 kili Exp $
--- GNUmakefile.orig	Sun Apr 22 17:14:14 2012
+++ GNUmakefile	Wed Apr 25 23:22:03 2012
@@ -24,12 +24,12 @@ website: 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 doc/src/gpl.tex doc/darcs.css
-	latex2html -long_titles 2 -split +1 -dir doc/manual doc/manual/darcs.tex
+	latex2html -noaddress -long_titles 2 -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 doc/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
 
