Blame SOURCES/graphviz-2.30.1-smyrna-doc-opt.patch

bfa7ee
diff -up graphviz-2.30.1/cmd/smyrna/Makefile.am.orig2 graphviz-2.30.1/cmd/smyrna/Makefile.am
bfa7ee
--- graphviz-2.30.1/cmd/smyrna/Makefile.am.orig2	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/smyrna/Makefile.am	2013-07-09 13:18:30.792483754 +0200
bfa7ee
@@ -2,10 +2,13 @@
bfa7ee
 ## Process this file with automake to produce Makefile.in
bfa7ee
 
bfa7ee
 pdfdir = $(pkgdatadir)/doc/pdf
bfa7ee
+
bfa7ee
+if WITH_SMYRNA
bfa7ee
 man = smyrna.1
bfa7ee
 pdf = smyrna.1.pdf
bfa7ee
 man_MANS = $(man)
bfa7ee
 pdf_DATA = $(pdf)
bfa7ee
+endif
bfa7ee
 
bfa7ee
 AM_CPPFLAGS = \
bfa7ee
 	-DSMYRNA_PATH=\""$(pkgdatadir)/smyrna"\" \