$OpenBSD: patch-doc_Makefile,v 1.2 2011/05/27 17:04:43 jasper Exp $

Only build and install the postscript file, as generating the
pdf file make ghostscript unhappy.

--- doc/Makefile.orig	Wed May 25 23:33:26 2011
+++ doc/Makefile	Fri May 27 19:01:26 2011
@@ -8,7 +8,7 @@ IMG_PDF = $(IMG_EPS:.eps=.pdf)
 all debug:	
 	echo "To build the docs, please use make docs before doing make install"
 
-docs:	check yaws.ps yaws.pdf
+docs:	check yaws.ps #yaws.pdf
 
 check:
 	@if [ -z "$(DVIPS)" ]; then \
@@ -44,5 +44,5 @@ clean:
 
 install:
 	-install -d $(DESTDIR)$(PREFIX)/share/doc/yaws
-	-cp yaws.pdf $(DESTDIR)$(PREFIX)/share/doc/yaws
+	-cp yaws.ps $(DESTDIR)$(PREFIX)/share/doc/yaws
  
