summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bv
blob: a22a818db0effd577dd86ab11bdcbfb619b599dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-bv,v 1.2 2004/12/24 18:26:57 seb Exp $

--- tools/src/Makefile.am.orig	2004-11-19 13:39:56.000000000 +0000
+++ tools/src/Makefile.am
@@ -11,7 +11,6 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/dotneato/gvrender \
 	-I$(top_srcdir)/dotneato/common @EXPAT_INCLUDES@
 
-pdfdir = $(pkgdatadir)/doc/pdf
 
 noinst_HEADERS = ingraphs.h colortbl.h convert.h
 noinst_LTLIBRARIES = libingraphs.la
@@ -19,19 +18,15 @@ bin_PROGRAMS = gc gvcolor gxl2dot acycli
 	unflatten gvpack dijkstra bcomps
 man_MANS = gc.1 gvcolor.1 gxl2dot.1 acyclic.1 nop.1 ccomps.1 sccmap.1 \
 	tred.1 unflatten.1 gvpack.1 dijkstra.1 bcomps.1
-pdf_DATA = gc.pdf gvcolor.pdf gxl2dot.pdf acyclic.pdf nop.pdf ccomps.pdf \
-	sccmap.pdf tred.pdf unflatten.pdf gvpack.pdf dijkstra.pdf bcomps.pdf
 
 install-data-hook:
 	(cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1; $(LN_S) gxl2dot.1 dot2gxl.1;)
-	(cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf; $(LN_S) gxl2dot.pdf dot2gxl.pdf;)
 
 install-exec-hook:
 	(cd $(DESTDIR)$(bindir); rm -f dot2gxl; $(LN_S) gxl2dot dot2gxl;)
 
 uninstall-hook:
 	(cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1;)
-	(cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf;)
 	(cd $(DESTDIR)$(bindir); rm -f dot2gxl;)
 
 libingraphs_la_SOURCES = ingraphs.c ingraphs.h