$OpenBSD: patch-doc_Makefile,v 1.3 2012/10/30 20:29:21 jasper Exp $

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

--- doc/Makefile.orig	Wed Oct 17 20:14:43 2012
+++ doc/Makefile	Tue Oct 30 21:20:52 2012
@@ -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 \
@@ -45,5 +45,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
 
