summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bn
blob: 2442156f792706829f72192156669f59ce7eb493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-bn,v 1.1 2004/11/29 22:11:51 seb Exp $

--- tcldot/Makefile.am.orig	2004-09-08 21:27:30.000000000 +0000
+++ tcldot/Makefile.am
@@ -2,8 +2,6 @@
 
 SUBDIRS = demo
 
-pdfdir = $(pkgdatadir)/doc/pdf
-htmldir = $(pkgdatadir)/doc/html
 
 AM_CPPFLAGS = \
         -I$(top_srcdir) \
@@ -31,8 +29,6 @@ noinst_HEADERS = tcldot.h
 if WITH_TCL
 pkglib_LTLIBRARIES = libtcldot.la
 man_MANS = $(man)
-pdf_DATA = $(pdf)
-html_DATA = $(html)
 endif
 
 libtcldot_la_SOURCES = tcldot.c tkgen.c $(top_srcdir)/gdtclft/gdtclft.c